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
icc-effect-5.14.5
Richard Lärkäng 2006-08-28 20:35:39 +00:00
parent ad3acbfa6e
commit 8e232fcf55
1 changed files with 0 additions and 1 deletions

View File

@ -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" ) );