evolution-data-server r10073 - in trunk/calendar: . backends/file



Author: mcrha
Date: Wed Feb 18 17:15:23 2009
New Revision: 10073
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10073&view=rev

Log:
2009-02-18  Milan Crha  <mcrha redhat com>

	** Fix for bug #570765

	* backends/file/e-cal-backend-file.c: (e_cal_backend_file_open):
	Do not store UTC to the component, it has none inner anyway.



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

Modified: trunk/calendar/backends/file/e-cal-backend-file.c
==============================================================================
--- trunk/calendar/backends/file/e-cal-backend-file.c	(original)
+++ trunk/calendar/backends/file/e-cal-backend-file.c	Wed Feb 18 17:15:23 2009
@@ -945,7 +945,7 @@
 	}
 
 	if (status == GNOME_Evolution_Calendar_Success) {
-		if (priv->default_zone) {
+		if (priv->default_zone && priv->default_zone != icaltimezone_get_utc_timezone ()) {
 			icalcomponent *icalcomp = icaltimezone_get_component (priv->default_zone);
 
 			icalcomponent_add_component (priv->icalcomp, icalcomponent_new_clone (icalcomp));



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