whoops forgotten a not in previous commit
svn path=/trunk/KDE/kdelibs/; revision=1129238
This commit is contained in:
parent
19d0f06981
commit
32a40accec
@ -210,7 +210,7 @@ ExtenderItem::~ExtenderItem()
|
||||
|
||||
KConfigGroup ExtenderItem::config() const
|
||||
{
|
||||
if (d->extender->d->applet) {
|
||||
if (!d->extender->d->applet) {
|
||||
return KConfigGroup();
|
||||
}
|
||||
KConfigGroup cg = d->extender->d->applet->config("ExtenderItems");
|
||||
|
Loading…
Reference in New Issue
Block a user