make 'all activities' work :)
svn path=/trunk/KDE/kdebase/workspace/; revision=1126064
This commit is contained in:
parent
741e0cdecd
commit
7854e4bece
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ void Workspace::activityPopupAboutToShow()
|
|||
|
||||
activity_popup->clear();
|
||||
QAction *action = activity_popup->addAction( i18n("&All Activities") );
|
||||
action->setData( 0 );
|
||||
action->setData( QString() );
|
||||
action->setCheckable( true );
|
||||
|
||||
if ( active_popup_client && active_popup_client->isOnAllActivities() )
|
||||
|
|
Loading…
Reference in a new issue