[evolution-data-server/gnome-2-28] Bug 611860 - Pilot calendar, todo, memo do not sync when timezone is set to UTC



commit ca69b5cb6dd7a5fe5eb12888e41c5a6f967a4cec
Author: Matt McCutchen 2 <matt mattmccutchen net>
Date:   Sun Mar 7 22:31:47 2010 -0500

    Bug 611860 - Pilot calendar, todo, memo do not sync when timezone is set to UTC

 calendar/libecal/e-cal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/calendar/libecal/e-cal.c b/calendar/libecal/e-cal.c
index f3d8e04..15c6022 100644
--- a/calendar/libecal/e-cal.c
+++ b/calendar/libecal/e-cal.c
@@ -5008,9 +5008,9 @@ e_cal_set_default_timezone (ECal *ecal, icaltimezone *zone, GError **error)
 
 	priv = ecal->priv;
 
-	/* Don't set the same timezone multiple times */
+	/* If the same timezone is already set, we don't have to do anything. */
 	if (priv->default_zone == zone)
-		return FALSE;
+		return TRUE;
 
 	g_mutex_lock (priv->mutex);
 



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