Committing on behalf of Chenthill Palanisamy <pchenthill@novell.com>
authorChenthill Palanisamy <pchenthill@novell.com>
Tue, 29 Apr 2008 15:07:55 +0000 (15:07 +0000)
committerBharath Acharya <abharath@src.gnome.org>
Tue, 29 Apr 2008 15:07:55 +0000 (15:07 +0000)
2008-04-29  Chenthill Palanisamy  <pchenthill@novell.com>

        ** Fixes #358650 (bnc)
           International clock applet is crashing

svn path=/trunk/; revision=8704

calendar/ChangeLog
calendar/backends/groupwise/e-cal-backend-groupwise.c

index 1afc86b..d496205 100644 (file)
@@ -1,3 +1,10 @@
+2008-04-29  Chenthill Palanisamy  <pchenthill@novell.com>
+
+       ** Fixes #358650 (bnc)
+       International clock applet is crashing
+
+       * backends/groupwise/e-cal-backend-groupwise.c: (populate_cache):
+
 2008-04-23  Rob Bradford  <rob@openedhand.com>
 
        * libedata-cal/e-cal-backend-cache.h:
index 263b266..5b99a61 100644 (file)
@@ -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;