set the config interface to true later in the start cycle so we don't turn it on for containments
svn path=/trunk/KDE/kdelibs/; revision=897899
This commit is contained in:
parent
5333fb5bfa
commit
b4eecd7650
@ -980,6 +980,10 @@ void Applet::flushPendingConstraintsEvents()
|
||||
killTimer(d->modificationsTimerId);
|
||||
}
|
||||
d->modificationsTimerId = 0;
|
||||
|
||||
if (!isContainment()) {
|
||||
setHasConfigurationInterface(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1832,7 +1836,6 @@ void AppletPrivate::init()
|
||||
return;
|
||||
}
|
||||
|
||||
q->setHasConfigurationInterface(true);
|
||||
QString api = appletDescription.property("X-Plasma-API").toString();
|
||||
|
||||
// we have a scripted plasmoid
|
||||
|
Loading…
Reference in New Issue
Block a user