still try to read from the theme if the defaultWallpaperTheme is the default, plasma themes with wallpapers work again

svn path=/trunk/KDE/kdelibs/; revision=1141773
This commit is contained in:
Marco Martin 2010-06-23 13:03:13 +00:00
parent 052b87d74e
commit 70941efc56

View File

@ -420,7 +420,7 @@ void Theme::setThemeName(const QString &themeName)
void ThemePrivate::processWallpaperSettings(KConfigBase *metadata)
{
if (!defaultWallpaperTheme.isEmpty()) {
if (!defaultWallpaperTheme.isEmpty() && defaultWallpaperTheme != DEFAULT_WALLPAPER_THEME) {
return;
}