From 8e232fcf556e29ac20e41e96ffba183748f79dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20L=C3=A4rk=C3=A4ng?= Date: Mon, 28 Aug 2006 20:35:39 +0000 Subject: [PATCH] Don't call the actions for advanced settings twice, looks like it's only needed to connect the triggered signal from the parent menu. svn path=/trunk/KDE/kdebase/workspace/; revision=578276 --- useractions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/useractions.cpp b/useractions.cpp index 6848f6d768..d4b3b2480f 100644 --- a/useractions.cpp +++ b/useractions.cpp @@ -58,7 +58,6 @@ QMenu* Workspace::clientPopup() advanced_popup = new QMenu( popup ); advanced_popup->setFont(KGlobalSettings::menuFont()); - connect( advanced_popup, SIGNAL( triggered(QAction*) ), this, SLOT( clientPopupActivated(QAction*) ) ); mKeepAboveOpAction = advanced_popup->addAction( i18n("Keep &Above Others") ); mKeepAboveOpAction->setIcon( SmallIconSet( "up" ) );