[gnome-clocks/wip/exalm/snooze] alarm: Make snooze action snooze and not stop
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/exalm/snooze] alarm: Make snooze action snooze and not stop
- Date: Wed, 3 Jun 2020 14:50:35 +0000 (UTC)
commit f6f1eddac41026426b09de38b000b34bbf2f92d0
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 b6db650..bc67f0b 100644
--- a/src/alarm.vala
+++ b/src/alarm.vala
@@ -829,7 +829,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]