Fix change caused by r959979 - the opacity popup should not be before
desktop popup. svn path=/trunk/KDE/kdebase/workspace/; revision=990060
This commit is contained in:
parent
75310aa0d0
commit
f57fffa276
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