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:
Marco Martin 2009-06-15 13:57:46 +00:00
parent 390a8931d5
commit b3c9d74f0a

View File

@ -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() <<