--- plasma-workspace-4.6.3/plasma/generic/containmentactions/applauncher/launch.cpp 2011-05-07 23:12:13.000000000 +0000 +++ plasma-workspace-4.6.3/plasma/generic/containmentactions/applauncher/launch.cpp 2011-05-07 23:15:57.000000000 +0000 @@ -36,7 +36,6 @@ { m_menu = new KMenu(); connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(switchTo(QAction*))); - connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(switchTo(QAction*))); m_action->setMenu(m_menu); }