From cb3ff288a6b7fe057640062be8a4b76e8cdb0f52 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 5 Mar 2004 11:42:21 +0000 Subject: set a GConf listener callback to list for changes in selected calendars. 2004-03-05 Rodrigo Moya * 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 --- calendar/gui/e-calendar-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-calendar-table.c') diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index a659057559..b64378b1b8 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -702,7 +702,7 @@ delete_selected_components (ECalendarTable *cal_table) GError *error = NULL; e_cal_remove_object (comp_data->client, - icalcomponent_get_uid (comp_data->icalcomp), &error); + icalcomponent_get_uid (comp_data->icalcomp), &error); delete_error_dialog (error, E_CAL_COMPONENT_TODO); g_clear_error (&error); } -- cgit v1.2.3