diff options
Diffstat (limited to 'x11/gnome-panel/files/patch-applets_clock_clock-location.c')
-rw-r--r-- | x11/gnome-panel/files/patch-applets_clock_clock-location.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-location.c b/x11/gnome-panel/files/patch-applets_clock_clock-location.c new file mode 100644 index 000000000..aa25ac2fc --- /dev/null +++ b/x11/gnome-panel/files/patch-applets_clock_clock-location.c @@ -0,0 +1,11 @@ +--- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400 ++++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400 +@@ -27,6 +27,8 @@ + #include "clock-marshallers.h" + #include "set-timezone.h" + ++#define daylight 1 ++ + G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) + + typedef struct { |