Actually restart KWin when new config is rejected

svn path=/trunk/KDE/kdebase/workspace/; revision=714811
This commit is contained in:
Rivo Laks 2007-09-20 17:14:26 +00:00
parent 9000fb0ec3
commit 45aab602ef

View file

@ -151,7 +151,8 @@ void KWinCompositingConfig::showConfirmDialog()
config.writeEntry(i.key(), i.value());
++i;
}
config.sync();
// Sync with KWin and reload
configChanged();
load();
}
}