From 12ecdad8b069cf9243bd55f27864c78655f0c432 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 29 Apr 2008 15:07:55 +0000 Subject: [PATCH] Committing on behalf of Chenthill Palanisamy 2008-04-29 Chenthill Palanisamy ** Fixes #358650 (bnc) International clock applet is crashing svn path=/trunk/; revision=8704 --- calendar/ChangeLog | 7 +++++++ calendar/backends/groupwise/e-cal-backend-groupwise.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1afc86b..d496205 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2008-04-29 Chenthill Palanisamy + + ** Fixes #358650 (bnc) + International clock applet is crashing + + * backends/groupwise/e-cal-backend-groupwise.c: (populate_cache): + 2008-04-23 Rob Bradford * libedata-cal/e-cal-backend-cache.h: diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise.c b/calendar/backends/groupwise/e-cal-backend-groupwise.c index 263b266..5b99a61 100644 --- a/calendar/backends/groupwise/e-cal-backend-groupwise.c +++ b/calendar/backends/groupwise/e-cal-backend-groupwise.c @@ -297,7 +297,7 @@ populate_cache (ECalBackendGroupwise *cbgw) e_gw_connection_destroy_cursor (priv->cnc, priv->container_id, cursor); g_object_unref (filter[i]); } - e_cal_backend_notify_view_done (E_CAL_BACKEND (cbgw), GNOME_Evolution_Calendar_Success); + e_cal_backend_notify_view_progress (E_CAL_BACKEND (cbgw), "", 100); g_mutex_unlock (mutex); return E_GW_CONNECTION_STATUS_OK; -- 2.7.4