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:
parent
e394574587
commit
40cff6825c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user