diff options
| author | Peter Penz <[email protected]> | 2010-05-25 17:59:00 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-05-25 17:59:00 +0000 |
| commit | d33b0066fa682f36f9afcea1cf17f3c9be38fe19 (patch) | |
| tree | 73249e393fc4ab7ecd291c9df1015ba893995551 /src | |
| parent | 9fd0174eea76645bf010be70f9f924241b38d280 (diff) | |
Update the edit actions when starting Dolphin, to assure that the state "no_selection" gets triggered
svn path=/trunk/KDE/kdebase/apps/; revision=1130573
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 5f44249b7..da9a10f37 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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()); |
