diff options
| author | Rafael Fernández López <[email protected]> | 2008-08-26 23:51:05 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2008-08-26 23:51:05 +0000 |
| commit | 0bca190b0efd81a24801becac65bf946b346846f (patch) | |
| tree | 94ba4ed8d7199d0d71c398806c114cf5a47b8726 /src | |
| parent | 78b45e3d6a9bb56a4b483dd1f9823a02b9ceb8d0 (diff) | |
Booo... false alarm. After going to the XMLGUI code this is perfect. I also wonder why call to setAutoSaveSettings when using Save flag, and why createGUI when using Create flag, is what setupGUI
internally is doing indeed. So nah, going back and removing those unnecessary calls. Now user preferences on toolbar places and sizes of icons are obeyed.
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=853002
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 6d1599f82..49be1e02e 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -838,11 +838,9 @@ void DolphinMainWindow::init() setCentralWidget(centralWidget); setupDockWidgets(); - setupGUI(Keys | Create | ToolBar); - createGUI(); + setupGUI(Keys | Save | Create | ToolBar); stateChanged("new_file"); - setAutoSaveSettings(); QClipboard* clipboard = QApplication::clipboard(); connect(clipboard, SIGNAL(dataChanged()), |
