I guess this is what was meant to be added here that r812655 had to revert.

svn path=/trunk/KDE/kdebase/workspace/; revision=817648
icc-effect-5.14.5
Luboš Luňák 2008-06-06 14:12:06 +00:00
parent 43d5a25d39
commit d2a7a9be3f
1 changed files with 2 additions and 0 deletions

View File

@ -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" );
}