From faf2cd005b73c7131345859db8c6b3f2b7bb18b6 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 1 Dec 2003 15:04:14 +0000 Subject: removed this function, since we now use the ESourceList to know what 2003-12-01 Rodrigo Moya * gui/alarm-notify/save.c (save_calendars_to_load): removed this function, since we now use the ESourceList to know what calendars to load. (get_calendars_to_load): moved to config-data.c. (save_notification_time, get_saved_notification_time, save_blessed_program, is_blessed_program): use the shared GConfClient. * gui/alarm-notify/config-data.[ch]: use a GConfClient instead of a EConfigListener. (config_data_get_conf_client): renamed from _get_listener. (config_data_get_timezone, config_data_get_24_hour_format): changed to use the GConfClient. (config_data_get_calendars_to_load): new function. (ensure_inited): create the source lists for calendar and tasks here. (do_cleanup): cleanup the source lists here. * gui/alarm-notify/notify-main.c (load_calendars): use config_data_get_calendars_to_load(). svn path=/trunk/; revision=23523 --- calendar/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9e55d9b757..47a953f469 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,25 @@ +2003-12-01 Rodrigo Moya + + * gui/alarm-notify/save.c (save_calendars_to_load): removed this + function, since we now use the ESourceList to know what calendars + to load. + (get_calendars_to_load): moved to config-data.c. + (save_notification_time, get_saved_notification_time, + save_blessed_program, is_blessed_program): use the + shared GConfClient. + + * gui/alarm-notify/config-data.[ch]: use a GConfClient instead of a + EConfigListener. + (config_data_get_conf_client): renamed from _get_listener. + (config_data_get_timezone, config_data_get_24_hour_format): changed + to use the GConfClient. + (config_data_get_calendars_to_load): new function. + (ensure_inited): create the source lists for calendar and tasks here. + (do_cleanup): cleanup the source lists here. + + * gui/alarm-notify/notify-main.c (load_calendars): use + config_data_get_calendars_to_load(). + 2003-11-28 JP Rosevear * gui/e-tasks.c (e_tasks_delete_completed): we want to skip if it -- cgit v1.2.3