only mark it as initialized after the first run of init()
svn path=/trunk/KDE/kdelibs/; revision=951209
This commit is contained in:
parent
b22ec1abf8
commit
16e41bf2be
@ -220,8 +220,8 @@ void Wallpaper::setRenderingMode(const QString &mode)
|
||||
|
||||
void Wallpaper::restore(const KConfigGroup &config)
|
||||
{
|
||||
d->initialized = true;
|
||||
init(config);
|
||||
d->initialized = true;
|
||||
}
|
||||
|
||||
void Wallpaper::init(const KConfigGroup &config)
|
||||
|
Loading…
Reference in New Issue
Block a user