┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-02-09 21:15:55 +0100
committerPeter Penz <[email protected]>2011-02-09 21:15:55 +0100
commit4a9561e6b7e8f1115c7391ef433ba44f8569dc46 (patch)
treead1ec0b7be6cd0a07e8c0197b4123cb5261c07c6 /src/dolphinmainwindow.cpp
parentd3496b12310d9fec0e52e537c341e87fcaa2f8b5 (diff)
Fix regression that creating a sub-folder is not possible
CCBUG: 265714
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 11597fe1e..3e63dc6c9 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1412,7 +1412,7 @@ void DolphinMainWindow::setActiveViewContainer(DolphinViewContainer* viewContain
void DolphinMainWindow::setupActions()
{
// setup 'File' menu
- m_newFileMenu = new DolphinNewFileMenu(this, this);
+ m_newFileMenu = new DolphinNewFileMenu(this);
KMenu* menu = m_newFileMenu->menu();
menu->setTitle(i18nc("@title:menu Create new folder, file, link, etc.", "Create New"));
menu->setIcon(KIcon("document-new"));