diff options
Diffstat (limited to 'calendar/pcs/query.c')
-rw-r--r-- | calendar/pcs/query.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |