evolution-data-server r8704 - in trunk/calendar: . backends/groupwise



Author: abharath
Date: Tue Apr 29 15:07:55 2008
New Revision: 8704
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8704&view=rev

Log:
Committing on behalf of Chenthill Palanisamy  <pchenthill novell com>

2008-04-29  Chenthill Palanisamy  <pchenthill novell com>

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


Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c

Modified: trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c
==============================================================================
--- trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c	(original)
+++ trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c	Tue Apr 29 15:07:55 2008
@@ -297,7 +297,7 @@
 		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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]