[gnome-clocks/wip/vala] set state when ringing
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/vala] set state when ringing
- Date: Mon, 18 Feb 2013 10:03:43 +0000 (UTC)
commit e81b3360ed2e11219eea009f65a969c7ee2c1618
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Feb 18 11:03:15 2013 +0100
set state when ringing
src/alarm.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/alarm.vala b/src/alarm.vala
index 7370803..782bb63 100644
--- a/src/alarm.vala
+++ b/src/alarm.vala
@@ -133,6 +133,7 @@ private class Item : Object {
private void start_ringing (GLib.DateTime now) {
update_snooze_time (now);
ring_end_time = now.add_minutes (RING_MINUTES);
+ state = State.RINGING;
ring ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]