[evolution-patches] little patch for calendar
- From: Rodrigo Moya <rodrigo ximian com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] little patch for calendar
- Date: Tue, 09 Mar 2004 18:02:26 +0100
This patch reverts a previous commit I did, that changed the behavior of
the timezone look up code.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/ChangeLog,v
retrieving revision 1.199
diff -u -p -r1.199 ChangeLog
--- ChangeLog 5 Mar 2004 10:18:46 -0000 1.199
+++ ChangeLog 9 Mar 2004 17:01:10 -0000
@@ -1,3 +1,8 @@
+2004-03-09 Rodrigo Moya <rodrigo ximian com>
+
+ * libecal/e-cal.c (e_cal_resolve_tzid): don't default to UTC timezone,
+ the default timezone is used by the timezone look up code.
+
2004-03-05 Rodrigo Moya <rodrigo ximian com>
Fixes #54280
Index: libecal/e-cal.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/libecal/e-cal.c,v
retrieving revision 1.46
diff -u -p -r1.46 e-cal.c
--- libecal/e-cal.c 1 Mar 2004 15:45:59 -0000 1.46
+++ libecal/e-cal.c 9 Mar 2004 17:01:11 -0000
@@ -2374,8 +2374,6 @@ e_cal_resolve_tzid_cb (const char *tzid,
/* FIXME: Handle errors. */
e_cal_get_timezone (ecal, tzid, &zone, NULL);
- if (!zone)
- zone = icaltimezone_get_utc_timezone ();
return zone;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]