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:
Luboš Luňák 2009-07-01 15:16:26 +00:00
parent 75310aa0d0
commit f57fffa276

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