Actually restart KWin when new config is rejected

svn path=/trunk/KDE/kdebase/workspace/; revision=714811
icc-effect-5.14.5
Rivo Laks 2007-09-20 17:14:26 +00:00
parent 9000fb0ec3
commit 45aab602ef
1 changed files with 2 additions and 1 deletions

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();
}
}