[evolution-data-server/gnome-2-30] Bug 596601 (bnc) - monitor system timezone changes in evolution



commit 49f044f531f941b3ae9e0d825f315efed1d46ab7
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Fri Apr 16 13:37:11 2010 +0200

    Bug 596601 (bnc) - monitor system timezone changes in evolution

 calendar/libecal/e-cal-system-timezone.c |    7 -------
 calendar/libecal/e-cal-system-timezone.h |    7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/calendar/libecal/e-cal-system-timezone.c b/calendar/libecal/e-cal-system-timezone.c
index 1806379..a4c2b8f 100644
--- a/calendar/libecal/e-cal-system-timezone.c
+++ b/calendar/libecal/e-cal-system-timezone.c
@@ -31,13 +31,6 @@
 #define SYSTEM_ZONEINFODIR "/usr/share/zoneinfo"
 #endif
 
-#define ETC_TIMEZONE        "/etc/timezone"
-#define ETC_TIMEZONE_MAJ    "/etc/TIMEZONE"
-#define ETC_RC_CONF         "/etc/rc.conf"
-#define ETC_SYSCONFIG_CLOCK "/etc/sysconfig/clock"
-#define ETC_CONF_D_CLOCK    "/etc/conf.d/clock"
-#define ETC_LOCALTIME       "/etc/localtime"
-
 #define TZ_MAGIC "TZif"
 
 static gchar *
diff --git a/calendar/libecal/e-cal-system-timezone.h b/calendar/libecal/e-cal-system-timezone.h
index 73b0772..22a4dcf 100644
--- a/calendar/libecal/e-cal-system-timezone.h
+++ b/calendar/libecal/e-cal-system-timezone.h
@@ -22,6 +22,13 @@
 
 #include <libical/ical.h>
 
+#define ETC_TIMEZONE        "/etc/timezone"
+#define ETC_TIMEZONE_MAJ    "/etc/TIMEZONE"
+#define ETC_RC_CONF         "/etc/rc.conf"
+#define ETC_SYSCONFIG_CLOCK "/etc/sysconfig/clock"
+#define ETC_CONF_D_CLOCK    "/etc/conf.d/clock"
+#define ETC_LOCALTIME       "/etc/localtime"
+
 gchar *e_cal_system_timezone_get_location (void);
 
 #endif



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