summaryrefslogtreecommitdiffstats
path: root/clock-wakeups.patch
blob: 6f842aa82ac3d3b9447ead33fda1818b34f3b83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff -up gnome-panel-2.23.3/applets/clock/system-timezone.c.wakeups gnome-panel-2.23.3/applets/clock/system-timezone.c
--- gnome-panel-2.23.3/applets/clock/system-timezone.c.wakeups	2008-06-10 19:31:19.000000000 -0400
+++ gnome-panel-2.23.3/applets/clock/system-timezone.c	2008-06-10 19:33:02.000000000 -0400
@@ -67,7 +67,7 @@
 #include "system-timezone.h"
 
 /* Files that we look at and that should be monitored */
-#define CHECK_NB 5
+#define CHECK_NB 2
 #ifndef SYSTZ_SET_TEST
 #define ETC_TIMEZONE        "/etc/timezone"
 #define ETC_TIMEZONE_MAJ    "/etc/TIMEZONE"
@@ -90,10 +90,7 @@
 #define TZ_MAGIC "TZif"
 
 static char *files_to_check[CHECK_NB] = {
-        ETC_TIMEZONE,
-        ETC_TIMEZONE_MAJ,
         ETC_SYSCONFIG_CLOCK,
-        ETC_CONF_D_CLOCK,
         ETC_LOCALTIME
 };