correctly restore the toolbox whaen a different config file is used (for
the first load) svn path=/trunk/KDE/kdelibs/; revision=982317
This commit is contained in:
parent
390a8931d5
commit
b3c9d74f0a
@ -317,6 +317,10 @@ void Containment::restore(KConfigGroup &group)
|
||||
|
||||
setWallpaper(group.readEntry("wallpaperplugin", defaultWallpaper),
|
||||
group.readEntry("wallpaperpluginmode", defaultWallpaperMode));
|
||||
|
||||
if (d->toolBox) {
|
||||
d->toolBox->load(group);
|
||||
}
|
||||
/*
|
||||
kDebug() << "Containment" << id() <<
|
||||
"screen" << screen() <<
|
||||
|
Loading…
Reference in New Issue
Block a user