[evolution-patches] Fix for bug 333594- Evolution fails to retrieve the tzid of utc timezone, leading to a critical warning crash
- From: Irene Huang <Irene Huang Sun COM>
- To: "evolution-patches gnome org" <evolution-patches gnome org>
- Subject: [evolution-patches] Fix for bug 333594- Evolution fails to retrieve the tzid of utc timezone, leading to a critical warning crash
- Date: Mon, 06 Mar 2006 18:33:36 +0800
hi, Evolution maintainers
Here's the patch for bug
http://bugzilla.gnome.org/show_bug.cgi?id=333594.
Please reveiw.
Thanks
--Irene
Index: calendar/libical/src/libical/icaltimezone.c
===================================================================
RCS file: /cvs/gnome/libical/src/libical/icaltimezone.c,v
retrieving revision 1.23
diff -u -r1.23 icaltimezone.c
--- calendar/libical/src/libical/icaltimezone.c 28 Nov 2005 03:17:39 -0000 1.23
+++ calendar/libical/src/libical/icaltimezone.c 6 Mar 2006 10:10:39 -0000
@@ -1333,7 +1333,7 @@
return NULL;
if (!strcmp (location, "UTC"))
- return &utc_timezone;
+ return icaltimezone_get_utc_timezone();
if (!builtin_timezones)
icaltimezone_init_builtin_timezones ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]