From d173f20d8a325224e57648e7e6fae2347be6fecc Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 23 Oct 2003 13:11:51 +0000 Subject: Fix c/p typo - call removed instead of modify 2003-10-23 JP Rosevear * pcs/query.c (query_notify_objects_removed_1): Fix c/p typo - call removed instead of modify svn path=/trunk/; revision=23033 --- calendar/ChangeLog | 5 +++++ calendar/pcs/query.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f81c038e93..aa9dc51f95 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-10-23 JP Rosevear + + * pcs/query.c (query_notify_objects_removed_1): Fix c/p typo - + call removed instead of modify + 2003-10-23 Rodrigo Moya * gui/e-cal-view.c (e_cal_view_init): connect also to ETableModel's diff --git a/calendar/pcs/query.c b/calendar/pcs/query.c index 6f3d417a32..5b72ac5fa5 100644 --- a/calendar/pcs/query.c +++ b/calendar/pcs/query.c @@ -452,7 +452,7 @@ query_notify_objects_removed_1 (Query *query, const char *uid) uids.next = uids.prev = NULL; uids.data = (gpointer)uid; - query_notify_objects_modified (query, &uids); + query_notify_objects_removed (query, &uids); } void -- cgit v1.2.3