correct config group

This commit is contained in:
Aaron Seigo 2011-04-26 14:36:01 +02:00 committed by Marco Martin
parent e806602994
commit c565b3770e

View File

@ -64,6 +64,7 @@ Containment::~Containment()
} else if (wallpaperConfigDirty() && containment->wallpaper()) {
KConfigGroup cg(containment->config());
cg = KConfigGroup(&cg, "Wallpaper");
cg = KConfigGroup(&cg, containment->wallpaper()->pluginName());
containment->wallpaper()->restore(cg);
}
}