[shotwell/wip/gtk4: 91/94] Fix delay value of slideshow dialog




commit 080de1fcba823a5bee5e8f489a7938ac6c94c297
Author: Jens Georg <mail jensge org>
Date:   Fri Apr 22 08:48:25 2022 +0200

    Fix delay value of slideshow dialog

 src/dialogs/SetBackgroundSlideshow.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/dialogs/SetBackgroundSlideshow.vala b/src/dialogs/SetBackgroundSlideshow.vala
index 572aef3c..91456f46 100644
--- a/src/dialogs/SetBackgroundSlideshow.vala
+++ b/src/dialogs/SetBackgroundSlideshow.vala
@@ -80,6 +80,7 @@ public class SetBackgroundSlideshowDialog : Gtk.Dialog {
 
         desktop_background = desktop_background_checkbox.active;
         screensaver = screensaver_checkbox.active;
+        delay_value = (int)delay_scale.adjustment.value;
 
         this.destroy();
         return result;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]