]> cloud.milkyroute.net Git - dolphin.git/commitdiff
This patch isn't needed anymore thanks to dfaure's up-coming patch to kmenu, the...
authorShaun Reich <shaun.reich@kdemail.net>
Wed, 11 Mar 2009 22:25:39 +0000 (22:25 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Wed, 11 Mar 2009 22:25:39 +0000 (22:25 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=938471

src/dolphinmainwindow.cpp

index 2b9e5b58e0389e871325e36d2e80d073e68051e5..df8b4ba54b04f075a3350d96fda1ca97aa365a4e 100644 (file)
@@ -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];