diff options
| author | Alexander Saoutkin <[email protected]> | 2020-03-01 17:20:54 +0000 |
|---|---|---|
| committer | Alexander Saoutkin <[email protected]> | 2020-03-01 17:20:54 +0000 |
| commit | af45eb0af5219819f76b624162c75da83d763657 (patch) | |
| tree | ba39e3b0b0822e8ca7b202586fbdee1c442ad5bc /src/dolphintabwidget.cpp | |
| parent | fef7eebc6e3c27e6653bfd5d8a1abec191dc9835 (diff) | |
Fix typo in comment
Diffstat (limited to 'src/dolphintabwidget.cpp')
| -rw-r--r-- | src/dolphintabwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabwidget.cpp b/src/dolphintabwidget.cpp index 39a734b17..89c54baf5 100644 --- a/src/dolphintabwidget.cpp +++ b/src/dolphintabwidget.cpp @@ -206,7 +206,7 @@ void DolphinTabWidget::openDirectories(const QList<QUrl>& dirs, bool splitView) } else { tabPage->secondaryViewContainer()->setActive(true); } - // BUG: 147230 + // BUG: 417230 // Required for updateViewState() call in openFiles() to work as expected // If there is a selection, updateViewState() calls are effectively a no-op tabPage->activeViewContainer()->view()->clearSelection(); |
