diff options
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 75d0a059f..6d1599f82 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -838,7 +838,7 @@ void DolphinMainWindow::init() setCentralWidget(centralWidget); setupDockWidgets(); - setupGUI(Keys | Save | Create | ToolBar); + setupGUI(Keys | Create | ToolBar); createGUI(); stateChanged("new_file"); |
