]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Update the edit actions when starting Dolphin, to assure that the state "no_selection...
authorPeter Penz <peter.penz19@gmail.com>
Tue, 25 May 2010 17:59:00 +0000 (17:59 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 25 May 2010 17:59:00 +0000 (17:59 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1130573

src/dolphinmainwindow.cpp

index 5f44249b7244a89093004cc020d23b504067eea3..da9a10f37fcee43b01e8ac1bbe1aea877f4043c3 100644 (file)
@@ -1301,13 +1301,13 @@ void DolphinMainWindow::init()
     QClipboard* clipboard = QApplication::clipboard();
     connect(clipboard, SIGNAL(dataChanged()),
             this, SLOT(updatePasteAction()));
-    updatePasteAction();
-    updateGoActions();
 
     if (generalSettings->splitView()) {
         toggleSplitView();
     }
+    updateEditActions();
     updateViewActions();
+    updateGoActions();
 
     QAction* showFilterBarAction = actionCollection()->action("show_filter_bar");
     showFilterBarAction->setChecked(generalSettings->filterBar());