diff options
| author | Peter Penz <[email protected]> | 2011-02-09 21:15:55 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-09 21:15:55 +0100 |
| commit | 4a9561e6b7e8f1115c7391ef433ba44f8569dc46 (patch) | |
| tree | ad1ec0b7be6cd0a07e8c0197b4123cb5261c07c6 /src/dolphinmainwindow.cpp | |
| parent | d3496b12310d9fec0e52e537c341e87fcaa2f8b5 (diff) | |
Fix regression that creating a sub-folder is not possible
CCBUG: 265714
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 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")); |
