[gnome-clocks] Show the alert when snooze expires
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Show the alert when snooze expires
- Date: Mon, 19 Nov 2012 13:17:57 +0000 (UTC)
commit c58e1d71708736ff01426f1ac4622078ac926775
Author: Volker Sobek <reklov live com>
Date: Mon Nov 19 14:12:36 2012 +0100
Show the alert when snooze expires
This got lost during the last changes.
gnomeclocks/alarm.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomeclocks/alarm.py b/gnomeclocks/alarm.py
index 1dbd9ee..139560a 100644
--- a/gnomeclocks/alarm.py
+++ b/gnomeclocks/alarm.py
@@ -150,6 +150,7 @@ class AlarmItem:
self._update_expiration_time()
return True
elif self.is_snoozing and t > self.snooze_time:
+ self.alert.show()
self._reset_snooze(self.snooze_time)
return True
else:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]