Reloading the effect from the configuration dialog now works.

svn path=/trunk/KDE/kdebase/workspace/; revision=810496
icc-effect-5.14.5
Cédric Borgese 2008-05-20 21:25:18 +00:00
parent 6606fbc98e
commit 6c8c0bc3f2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void WobblyWindowsEffectConfig::save()
conf.writeEntry("WobblynessLevel", m_ui.slWobblyness->value());
emit changed(false);
EffectsHandler::sendReloadMessage("kwin4_effect_wobblywindows");
EffectsHandler::sendReloadMessage("wobblywindows");
}
void WobblyWindowsEffectConfig::defaults()