diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-08-28 02:12:26 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-08-28 02:12:26 +0800 |
commit | 66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc (patch) | |
tree | 28a449706eeef816255cb416e16984c3495e84ec /calendar/ChangeLog | |
parent | 5c2e292a57bbdd2465f1580d6fa9401b6a8b614a (diff) | |
download | gsoc2013-evolution-66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc.tar gsoc2013-evolution-66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc.tar.gz gsoc2013-evolution-66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc.tar.bz2 gsoc2013-evolution-66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc.tar.lz gsoc2013-evolution-66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc.tar.xz gsoc2013-evolution-66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc.tar.zst gsoc2013-evolution-66398c9e17e3fbe53d429e79fab1fd1e1bbe99fc.zip |
use the new 'has-alarms-in-range' query. (alarm_queue_add_client): make
2004-08-27 Rodrigo Moya <rodrigo@novell.com>
* gui/alarm-notify/alarm-queue.c (load_alarms): use the
new 'has-alarms-in-range' query.
(alarm_queue_add_client): make sure we don't add twice the same alarm.
svn path=/trunk/; revision=27044
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 47f87e44ff..f36910bb57 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-08-27 Rodrigo Moya <rodrigo@novell.com> + + * gui/alarm-notify/alarm-queue.c (load_alarms): use the + new 'has-alarms-in-range' query. + (alarm_queue_add_client): make sure we don't add twice the same alarm. + 2004-08-27 JP Rosevear <jpr@novell.com> Fixes #62911, #54101 |