Reloading the effect from the configuration dialog now works.
svn path=/trunk/KDE/kdebase/workspace/; revision=810496
This commit is contained in:
parent
6606fbc98e
commit
6c8c0bc3f2
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ void WobblyWindowsEffectConfig::save()
|
||||||
conf.writeEntry("WobblynessLevel", m_ui.slWobblyness->value());
|
conf.writeEntry("WobblynessLevel", m_ui.slWobblyness->value());
|
||||||
|
|
||||||
emit changed(false);
|
emit changed(false);
|
||||||
EffectsHandler::sendReloadMessage("kwin4_effect_wobblywindows");
|
EffectsHandler::sendReloadMessage("wobblywindows");
|
||||||
}
|
}
|
||||||
|
|
||||||
void WobblyWindowsEffectConfig::defaults()
|
void WobblyWindowsEffectConfig::defaults()
|
||||||
|
|
Loading…
Reference in a new issue