Backport.
Fix change caused by r959979 - the opacity popup should not be before desktop popup. svn path=/branches/KDE/4.3/kdebase/workspace/; revision=990061
This commit is contained in:
parent
3e681ee37c
commit
cb6c1ad4bb
1 changed files with 2 additions and 1 deletions
|
@ -266,7 +266,8 @@ void Workspace::initDesktopPopup()
|
|||
this, SLOT( desktopPopupAboutToShow() ) );
|
||||
|
||||
QAction *action = desk_popup->menuAction();
|
||||
popup->insertAction(mMoveOpAction, action);
|
||||
// set it as the first item
|
||||
popup->insertAction( trans_popup ? trans_popup->menuAction() : mMoveOpAction, action);
|
||||
action->setText( i18n("To &Desktop") );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue