diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-12-17 19:59:47 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-12-17 19:59:47 +0800 |
commit | 350bdccc968a80bc7819d1bc7c302584c165b771 (patch) | |
tree | 1c67ad334ef3909fc3d62030f0fa6d3825277f1b /calendar/ChangeLog | |
parent | ef5c4898659a7811fb442b5cf7b85ec346332381 (diff) | |
download | gsoc2013-evolution-350bdccc968a80bc7819d1bc7c302584c165b771.tar gsoc2013-evolution-350bdccc968a80bc7819d1bc7c302584c165b771.tar.gz gsoc2013-evolution-350bdccc968a80bc7819d1bc7c302584c165b771.tar.bz2 gsoc2013-evolution-350bdccc968a80bc7819d1bc7c302584c165b771.tar.lz gsoc2013-evolution-350bdccc968a80bc7819d1bc7c302584c165b771.tar.xz gsoc2013-evolution-350bdccc968a80bc7819d1bc7c302584c165b771.tar.zst gsoc2013-evolution-350bdccc968a80bc7819d1bc7c302584c165b771.zip |
make sure we free the data stored in the hash table.
2003-12-17 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-notify.c (alarm_notify_remove_calendar):
make sure we free the data stored in the hash table.
(alarm_notify_add_calendar): call alarm_queue_add_client, or we wont
have alarms at all.
* gui/alarm-notify/alarm-queue.c: no need to hold a ref count.
(alarm_queue_add_client, alarm_queue_remove_client): don't use the
refcount private member.
(alarm_queue_add_client): don't connect to non-existing ECal signals.
(display_notification, free_client_alarms_cb): fixed warnings.
svn path=/trunk/; revision=23960
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6c6a63d9bc..5e855d4206 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2003-12-17 Rodrigo Moya <rodrigo@ximian.com> + + * gui/alarm-notify/alarm-notify.c (alarm_notify_remove_calendar): + make sure we free the data stored in the hash table. + (alarm_notify_add_calendar): call alarm_queue_add_client, or we wont + have alarms at all. + + * gui/alarm-notify/alarm-queue.c: no need to hold a ref count. + (alarm_queue_add_client, alarm_queue_remove_client): don't use the + refcount private member. + (alarm_queue_add_client): don't connect to non-existing ECal signals. + (display_notification, free_client_alarms_cb): fixed warnings. + 2003-12-16 Rodrigo Moya <rodrigo@ximian.com> Fixes part of #41237 |