[gnome-clocks] Timer: Fix signal for updating the duration



commit 4612887ebb317ef13223bb50c20a24512351fbbd
Author: Johannes Wolf <mail johannes-wolf com>
Date:   Thu Apr 9 22:50:04 2020 +0200

    Timer: Fix signal for updating the duration
    
    This fixes ticket #94.

 data/ui/timer_setup.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/timer_setup.ui b/data/ui/timer_setup.ui
index 65cc979..c232e7c 100644
--- a/data/ui/timer_setup.ui
+++ b/data/ui/timer_setup.ui
@@ -233,7 +233,7 @@
                         <property name="adjustment">adjustment_hours</property>
                         <property name="numeric">True</property>
                         <property name="wrap">True</property>
-                        <signal name="changed" handler="update_duration" swapped="no"/>
+                        <signal name="value-changed" handler="update_duration" swapped="no"/>
                         <signal name="output" handler="show_leading_zeros" swapped="no"/>
                         <style>
                           <class name="clocks-spinbutton"/>
@@ -273,7 +273,7 @@
                         <property name="adjustment">adjustment_minutes</property>
                         <property name="numeric">True</property>
                         <property name="wrap">True</property>
-                        <signal name="changed" handler="update_duration" swapped="no"/>
+                        <signal name="value-changed" handler="update_duration" swapped="no"/>
                         <signal name="input" handler="input_minutes" swapped="no"/>
                         <signal name="output" handler="show_leading_zeros" swapped="no"/>
                         <style>
@@ -314,7 +314,7 @@
                         <property name="adjustment">adjustment_seconds</property>
                         <property name="numeric">True</property>
                         <property name="wrap">True</property>
-                        <signal name="changed" handler="update_duration" swapped="no"/>
+                        <signal name="value-changed" handler="update_duration" swapped="no"/>
                         <signal name="input" handler="input_seconds" swapped="no"/>
                         <signal name="output" handler="show_leading_zeros" swapped="no"/>
                         <style>


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