From eabd8bf810855129582c32c6bca957dde09e81a5 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 29 Mar 2004 11:41:10 +0000 Subject: removed misplaced return statement that prevented the rest of the objects 2004-03-29 Rodrigo Moya * gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): removed misplaced return statement that prevented the rest of the objects list to be processed. svn path=/trunk/; revision=25222 --- calendar/gui/alarm-notify/alarm-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/alarm-notify/alarm-queue.c') diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 41088a3c7e..b6f46ea859 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -538,7 +538,7 @@ query_objects_changed_cb (ECal *client, GList *objects, gpointer data) if (!found) { remove_comp (ca, uid); - return; + continue; } cqa = lookup_comp_queued_alarms (ca, uid); -- cgit v1.2.3