svn merge r578276 from trunk
svn path=/branches/work/kwin_composite/; revision=602423
This commit is contained in:
parent
33fca586c5
commit
a97c347fa2
1 changed files with 0 additions and 1 deletions
|
@ -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" ) );
|
||||
|
|
Loading…
Reference in a new issue