aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
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/gui/e-calendar-table.c
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/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c2
1 files changed, 1 insertions, 1 deletions
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);
}