diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-08-26 23:56:05 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-08-26 23:56:05 +0800 |
commit | 4e8966108728859537ec045decb368251bf078dc (patch) | |
tree | 17066ea78b122d70ec7deb6594cd33d828c0d18b /calendar/ChangeLog | |
parent | f95a4634519d4e41c4d1f29ab4f6cf0503a37995 (diff) | |
download | gsoc2013-evolution-4e8966108728859537ec045decb368251bf078dc.tar gsoc2013-evolution-4e8966108728859537ec045decb368251bf078dc.tar.gz gsoc2013-evolution-4e8966108728859537ec045decb368251bf078dc.tar.bz2 gsoc2013-evolution-4e8966108728859537ec045decb368251bf078dc.tar.lz gsoc2013-evolution-4e8966108728859537ec045decb368251bf078dc.tar.xz gsoc2013-evolution-4e8966108728859537ec045decb368251bf078dc.tar.zst gsoc2013-evolution-4e8966108728859537ec045decb368251bf078dc.zip |
Fixes #12326
2002-08-26 Rodrigo Moya <rodrigo@ximian.com>
Fixes #12326
* gui/alarm-notify/config-data.c (ensure_inited): create a
EConfigListener for configuration access.
(do_cleanup): g_atexit installed function, to clean up configuration
database resources.
(config_data_get_timezone): retrieve the configuration for the
EConfigListener object.
(config_data_get_listener): new function.
* gui/alarm-notify/save.c (get_config_db, discard_config_db): removed.
Use EConfigListener instead.
(save_notification_time, get_saved_notification_time,
save_calendars_to_load, get_calendars_to_load, save_blessed_program,
is_blessed_program): use EConfigListener.
* gui/alarm-notify/notify-main.c (init_alarm_notify_service): removed.
(alarm_notify_factory_fn): create here the alarm_notify_service if it
hasn't been created yet.
(load_calendars): likewise.
(main): don't call init_alarm_notify_service.
svn path=/trunk/; revision=17859
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ce949deca9..b0d45afc6d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,27 @@ +2002-08-26 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #12326 + + * gui/alarm-notify/config-data.c (ensure_inited): create a + EConfigListener for configuration access. + (do_cleanup): g_atexit installed function, to clean up configuration + database resources. + (config_data_get_timezone): retrieve the configuration for the + EConfigListener object. + (config_data_get_listener): new function. + + * gui/alarm-notify/save.c (get_config_db, discard_config_db): removed. + Use EConfigListener instead. + (save_notification_time, get_saved_notification_time, + save_calendars_to_load, get_calendars_to_load, save_blessed_program, + is_blessed_program): use EConfigListener. + + * gui/alarm-notify/notify-main.c (init_alarm_notify_service): removed. + (alarm_notify_factory_fn): create here the alarm_notify_service if it + hasn't been created yet. + (load_calendars): likewise. + (main): don't call init_alarm_notify_service. + 2002-08-22 JP Rosevear <jpr@ximian.com> * gui/e-meeting-model.c (process_section): if its a |