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



Author: msuman
Date: Mon Aug 18 03:14:08 2008
New Revision: 9360
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9360&view=rev

Log:
Don't reset last notified percent value in each iteration (related to bug #531930).

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	Mon Aug 18 03:14:08 2008
@@ -275,7 +275,7 @@
 					percent = 99;
 
 				progress_string = g_strdup_printf (_("Loading %s items"), type);
-				e_cal_backend_notify_view_progress_start (E_CAL_BACKEND (cbgw));
+				e_cal_backend_notify_view_progress (E_CAL_BACKEND (cbgw), progress_string, percent);
 
 				if (E_IS_CAL_COMPONENT (comp)) {
 					char *comp_str;



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