Update settings in reinitCompositing() (otherwise changes won't take effect)

svn path=/trunk/KDE/kdebase/workspace/; revision=716963
This commit is contained in:
Rivo Laks 2007-09-25 18:32:26 +00:00
parent bb6a65b424
commit 6f6a3ad3bf

View file

@ -1054,6 +1054,7 @@ void Workspace::slotReinitCompositing()
{
// Reparse config. Config options will be reloaded by setupCompositing()
KGlobal::config()->reparseConfiguration();
options->updateSettings();
// Stop any current compositing
finishCompositing();