From: Alexander Saoutkin Date: Sun, 1 Mar 2020 17:20:54 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/af45eb0af5219819f76b624162c75da83d763657 Fix typo in comment --- 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& 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();