aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-03-05 19:42:21 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-05 19:42:21 +0800
commitcb3ff288a6b7fe057640062be8a4b76e8cdb0f52 (patch)
treeb14f022b36cc349adf5c29f9bb262e400c6c6602 /calendar/ChangeLog
parent71ea31e21704fae22af9bf0d775c0e26c18be262 (diff)
downloadgsoc2013-evolution-cb3ff288a6b7fe057640062be8a4b76e8cdb0f52.tar
gsoc2013-evolution-cb3ff288a6b7fe057640062be8a4b76e8cdb0f52.tar.gz
gsoc2013-evolution-cb3ff288a6b7fe057640062be8a4b76e8cdb0f52.tar.bz2
gsoc2013-evolution-cb3ff288a6b7fe057640062be8a4b76e8cdb0f52.tar.lz
gsoc2013-evolution-cb3ff288a6b7fe057640062be8a4b76e8cdb0f52.tar.xz
gsoc2013-evolution-cb3ff288a6b7fe057640062be8a4b76e8cdb0f52.tar.zst
gsoc2013-evolution-cb3ff288a6b7fe057640062be8a4b76e8cdb0f52.zip
set a GConf listener callback to list for changes in selected calendars.
2004-03-05 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-notify.c (alarm_notify_init): set a GConf listener callback to list for changes in selected calendars. (alarm_notify_finalize): remove the GConf notification listener. (conf_changed_cb): callback to react on configuration changes. Process the new selected calendars and remove the unselected ones. (process_removal_in_hash): callback to remove unselected calendars. svn path=/trunk/; revision=24973
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1a364e8912..3b59f493ab 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2004-03-05 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/alarm-notify/alarm-notify.c (alarm_notify_init): set a GConf
+ listener callback to list for changes in selected calendars.
+ (alarm_notify_finalize): remove the GConf notification listener.
+ (conf_changed_cb): callback to react on configuration changes. Process
+ the new selected calendars and remove the unselected ones.
+ (process_removal_in_hash): callback to remove unselected calendars.
+
2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
Fixes #50294