SVN commit 1207123 by whiting: Remove previous "preferred" file definition when path changes with single image paths. BUG:259373 M +1 -0 packages.cpp --- trunk/KDE/kdelibs/plasma/private/packages.cpp #1207122:1207123 @@ -255,6 +255,7 @@ findBestPaper(); } else { // dirty trick to support having a file passed in instead of a directory + removeDefinition("preferred"); addFileDefinition("preferred", info.fileName(), i18n("Recommended wallpaper file")); setContentsPrefixPaths(QStringList()); //kDebug() << "changing" << path() << "to" << info.path();