From d2a7a9be3f46a04b60470a3ca8bfa6b04b5cd962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 6 Jun 2008 14:12:06 +0000 Subject: [PATCH] I guess this is what was meant to be added here that r812655 had to revert. svn path=/trunk/KDE/kdebase/workspace/; revision=817648 --- effects/videorecord_config.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/effects/videorecord_config.cpp b/effects/videorecord_config.cpp index dccc309c79..615fd2c9a0 100644 --- a/effects/videorecord_config.cpp +++ b/effects/videorecord_config.cpp @@ -104,6 +104,8 @@ void VideoRecordEffectConfig::save() conf.sync(); + mShortcutEditor->save(); // undo() will restore to this state from now on + emit changed(false); EffectsHandler::sendReloadMessage( "videorecord" ); }