one more call using geometry rather than boundingRect

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=858894
This commit is contained in:
Aaron J. Seigo 2008-09-08 23:08:25 +00:00
parent eed04daf07
commit d404d951f2

View File

@ -1222,7 +1222,7 @@ void Containment::setWallpaper(const QString &pluginName, const QString &mode)
} }
if (d->wallpaper) { if (d->wallpaper) {
d->wallpaper->setBoundingRect(geometry()); d->wallpaper->setBoundingRect(boundingRect());
KConfigGroup wallpaperConfig = KConfigGroup(&cfg, "Wallpaper"); KConfigGroup wallpaperConfig = KConfigGroup(&cfg, "Wallpaper");
wallpaperConfig = KConfigGroup(&wallpaperConfig, pluginName); wallpaperConfig = KConfigGroup(&wallpaperConfig, pluginName);