]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix for show_filter_bar action of tools-menu, which is not correctly set (when the...
authorSascha Peilicke <sasch.pe@gmx.de>
Thu, 14 Aug 2008 10:12:32 +0000 (10:12 +0000)
committerSascha Peilicke <sasch.pe@gmx.de>
Thu, 14 Aug 2008 10:12:32 +0000 (10:12 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=846896

src/dolphinmainwindow.cpp

index 8604b08764ed88655c5ffbfb6d1181f00efdc150..75d0a059f766ecb13b79ace19a7c818f0bc23cc5 100644 (file)
@@ -855,6 +855,9 @@ void DolphinMainWindow::init()
     }
     updateViewActions();
 
+    QAction* showFilterBarAction = actionCollection()->action("show_filter_bar");
+    showFilterBarAction->setChecked(generalSettings->filterBar());
+
     if (firstRun) {
         // assure a proper default size if Dolphin runs the first time
         resize(750, 500);