┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Saoutkin <[email protected]>2020-03-01 17:20:54 +0000
committerAlexander Saoutkin <[email protected]>2020-03-01 17:20:54 +0000
commitaf45eb0af5219819f76b624162c75da83d763657 (patch)
treeba39e3b0b0822e8ca7b202586fbdee1c442ad5bc
parentfef7eebc6e3c27e6653bfd5d8a1abec191dc9835 (diff)
Fix typo in comment
-rw-r--r--src/dolphintabwidget.cpp2
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();