[gnome-clocks/wip/exalm/libhandy-1] alarm: Make snooze action snooze and not stop



commit 1c134ce06c7ddf5b518071268191173c704a1ba9
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jun 3 19:39:52 2020 +0500

    alarm: Make snooze action snooze and not stop

 src/alarm.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/alarm.vala b/src/alarm.vala
index 9277b1e..b650179 100644
--- a/src/alarm.vala
+++ b/src/alarm.vala
@@ -828,7 +828,7 @@ public class Face : Gtk.Stack, Clocks.Clock {
             });
 
             if (a != null) {
-                ((Item) a).stop ();
+                ((Item) a).snooze ();
             }
         });
 


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