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:
parent
052b87d74e
commit
70941efc56
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user