]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix typo in comment
authorAlexander Saoutkin <a.saoutkin@gmail.com>
Sun, 1 Mar 2020 17:20:54 +0000 (17:20 +0000)
committerAlexander Saoutkin <a.saoutkin@gmail.com>
Sun, 1 Mar 2020 17:20:54 +0000 (17:20 +0000)
src/dolphintabwidget.cpp

index 39a734b17b5c82d867abb20e786cd9094b596dfa..89c54baf54b421611318eba1283ef513eeae9fa1 100644 (file)
@@ -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();