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:
Luboš Luňák 2009-07-01 15:17:35 +00:00
parent 3e681ee37c
commit cb6c1ad4bb

View file

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