summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-06-19 14:13:51 +0000
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-06-19 14:13:51 +0000
commitb6875b2f12c176ec52608be6da7224bb908d2d39 (patch)
treec6df17e263621577935e6cd016d7cfabb37e38e8
parent65af878f08d65b684e344a20da0702844ef71c27 (diff)
downloadevolution-data-server-b6875b2f12c176ec52608be6da7224bb908d2d39.tar.gz
reset 'done' flag for each iteration of cursor reads.
2006-06-19 Harish Krishnaswamy <kharish@novell.com> * backends/groupwise/e-cal-backend-groupwise.c: (populate_cache): reset 'done' flag for each iteration of cursor reads.
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/backends/groupwise/e-cal-backend-groupwise.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5c17596d4..4e3735d44 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-19 Harish Krishnaswamy <kharish@novell.com>
+
+ * backends/groupwise/e-cal-backend-groupwise.c: (populate_cache):
+ reset 'done' flag for each iteration of cursor reads.
+
2006-06-16 Tor Lillqvist <tml@novell.com>
* backends/groupwise/e-cal-backend-groupwise.c: Add gmtime_r()
diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise.c b/calendar/backends/groupwise/e-cal-backend-groupwise.c
index 6d62fd32c..46aaf2174 100644
--- a/calendar/backends/groupwise/e-cal-backend-groupwise.c
+++ b/calendar/backends/groupwise/e-cal-backend-groupwise.c
@@ -204,7 +204,7 @@ populate_cache (ECalBackendGroupwise *cbgw)
g_mutex_unlock (mutex);
return status;
}
-
+ done = FALSE;
while (!done) {
status = e_gw_connection_read_cursor (priv->cnc, priv->container_id, cursor, FALSE, CURSOR_ITEM_LIMIT, position, &list);