plasma-desktop changed actions

anyone know a better way of making the keyboard shortcut work?

svn path=/trunk/KDE/kdelibs/; revision=1118489
This commit is contained in:
Chani Armitage 2010-04-24 20:36:43 +00:00
parent e394574587
commit 40cff6825c

View File

@ -207,9 +207,10 @@ void Containment::init()
if (d->type != PanelContainment && d->type != CustomPanelContainment) {
if (corona()) {
act = corona()->action("add sibling containment");
//FIXME this is just here because of the darn keyboard shortcut :/
act = corona()->action("manage activities");
if (act) {
d->actions()->addAction("add sibling containment", act);
d->actions()->addAction("manage activities", act);
}
//a stupid hack to make this one's keyboard shortcut work
act = corona()->action("configure shortcuts");