┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShaun Reich <[email protected]>2009-03-11 22:25:39 +0000
committerShaun Reich <[email protected]>2009-03-11 22:25:39 +0000
commit7a22141c55b5344715325156fa3257dafbe0d916 (patch)
tree862a1174a511330796ed63bbd8743f664cf94656 /src
parent6e4711a6a831bf145443e1c3605968ec15d85317 (diff)
This patch isn't needed anymore thanks to dfaure's up-coming patch to kmenu, the accelerator manager will automatically handle KMenu's.
svn path=/trunk/KDE/kdebase/apps/; revision=938471
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 2b9e5b58e..df8b4ba54 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -852,7 +852,6 @@ void DolphinMainWindow::openTabContextMenu(int index, const QPoint& pos)
QAction* closeTabAction = menu.addAction(KIcon("tab-close"), i18nc("@action:inmenu", "Close Tab"));
closeTabAction->setShortcut(actionCollection()->action("close_tab")->shortcut());
- KAcceleratorManager::manage(&menu);
QAction* selectedAction = menu.exec(pos);
if (selectedAction == newTabAction) {
const ViewTab& tab = m_viewTab[index];