diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-09-18 05:11:38 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-09-18 05:11:38 +0800 |
commit | 1cca3628386aa66324f4e407e73e761d379b64b3 (patch) | |
tree | ec38ecc8ec8c43b251f5d9f75714490f37c1584a /calendar/ChangeLog | |
parent | b621787d61869c6a2da0f33f74b7cc88654d930d (diff) | |
download | gsoc2013-evolution-1cca3628386aa66324f4e407e73e761d379b64b3.tar.gz gsoc2013-evolution-1cca3628386aa66324f4e407e73e761d379b64b3.tar.zst gsoc2013-evolution-1cca3628386aa66324f4e407e73e761d379b64b3.zip |
Duh, only setup the timeout if the list was empty. (alarm_ready_cb):
2001-09-17 Federico Mena Quintero <federico@ximian.com>
* gui/alarm-notify/alarm.c (queue_alarm): Duh, only setup the
timeout if the list was empty.
(alarm_ready_cb): Notify with the ID of the original alarm.
(alarm_remove): Likewise.
svn path=/trunk/; revision=12912
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 802eb2598e..d1f4b4e41c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2001-09-17 Federico Mena Quintero <federico@ximian.com> + * gui/alarm-notify/alarm.c (queue_alarm): Duh, only setup the + timeout if the list was empty. + (alarm_ready_cb): Notify with the ID of the original alarm. + (alarm_remove): Likewise. + +2001-09-17 Federico Mena Quintero <federico@ximian.com> + Switch the alarm system from using SIGALRM to normal glib timers. Also, use a more robust de-queueing mechanism. |