]> git.sesse.net Git - kdenlive/commitdiff
small ui fix
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 9 Jan 2011 13:12:35 +0000 (13:12 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 9 Jan 2011 13:12:35 +0000 (13:12 +0000)
svn path=/trunk/kdenlive/; revision=5313

src/stopmotion/stopmotion.cpp

index 9652607066fe82604d0b52d366a32517fc3d678f..6c8f535e286ed54db9e6a27ab48188d13fd880d8 100644 (file)
@@ -287,7 +287,7 @@ void StopmotionWidget::slotConfigure()
     ui.sm_interval->setSuffix(ki18np(" second", " seconds"));
     ui.sm_notifytime->setSuffix(ki18np(" second", " seconds"));
     ui.sm_notifytime->setValue(KdenliveSettings::sm_notifytime());
-    connect(ui.sm_prenotify, SIGNAL(checked(bool)), ui.sm_notifytime, SLOT(setEnabled(bool)));
+    connect(ui.sm_prenotify, SIGNAL(toggled(bool)), ui.sm_notifytime, SLOT(setEnabled(bool)));
     ui.sm_prenotify->setChecked(KdenliveSettings::sm_prenotify());
     ui.sm_loop->setChecked(KdenliveSettings::sm_loop());
     ui.sm_framesplayback->setValue(KdenliveSettings::sm_framesplayback());