we care about our immutablity, not scene immutability alone
svn path=/trunk/KDE/kdelibs/; revision=1029909
This commit is contained in:
parent
d2e3cf28cb
commit
82a8ee68dd
@ -686,7 +686,7 @@ void ContainmentPrivate::appletActions(KMenu &desktopMenu, Applet *applet, bool
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (static_cast<Corona*>(q->scene())->immutability() == Mutable) {
|
if (q->immutability() == Mutable) {
|
||||||
if (!desktopMenu.isEmpty()) {
|
if (!desktopMenu.isEmpty()) {
|
||||||
desktopMenu.addSeparator();
|
desktopMenu.addSeparator();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user