SVN_SILENT: hush
svn path=/trunk/KDE/kdelibs/; revision=1209285
This commit is contained in:
parent
ae4f0579b9
commit
b221146758
@ -724,13 +724,13 @@ void ContainmentPrivate::addAppletActions(KMenu &desktopMenu, Applet *applet, QE
|
||||
|
||||
if (q->immutability() == Mutable) {
|
||||
QAction *closeApplet = applet->d->actions->action("remove");
|
||||
kDebug() << "checking for removal" << closeApplet;
|
||||
//kDebug() << "checking for removal" << closeApplet;
|
||||
if (closeApplet) {
|
||||
if (!desktopMenu.isEmpty()) {
|
||||
desktopMenu.addSeparator();
|
||||
}
|
||||
|
||||
kDebug() << "boo yah, adding it!" << closeApplet->isEnabled() << closeApplet->isVisible();
|
||||
//kDebug() << "adding close action" << closeApplet->isEnabled() << closeApplet->isVisible();
|
||||
desktopMenu.addAction(closeApplet);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user