[gnome-clocks/wip/exalm/libhandy-1] 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/libhandy-1] alarm: Make snooze action snooze and not stop
- Date: Wed, 3 Jun 2020 14:40:40 +0000 (UTC)
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]