aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-queue.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-03-29 19:41:10 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-29 19:41:10 +0800
commiteabd8bf810855129582c32c6bca957dde09e81a5 (patch)
tree25e0894a3e1481df3da1b0ed74e199807f0086ad /calendar/gui/alarm-notify/alarm-queue.c
parente1c817a4c98c38b61697942c369a0482fc2d5889 (diff)
downloadgsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar
gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.gz
gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.bz2
gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.lz
gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.xz
gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.zst
gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.zip
removed misplaced return statement that prevented the rest of the objects
2004-03-29 Rodrigo Moya <rodrigo@ximian.com> * 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
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-queue.c')
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c2
1 files changed, 1 insertions, 1 deletions
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);