summaryrefslogtreecommitdiff
path: root/x11/gnome-panel/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-panel/patches/patch-ac')
-rw-r--r--x11/gnome-panel/patches/patch-ac40
1 files changed, 40 insertions, 0 deletions
diff --git a/x11/gnome-panel/patches/patch-ac b/x11/gnome-panel/patches/patch-ac
new file mode 100644
index 00000000000..9b561f84c21
--- /dev/null
+++ b/x11/gnome-panel/patches/patch-ac
@@ -0,0 +1,40 @@
+$NetBSD: patch-ac,v 1.9 2009/03/19 18:54:42 drochner Exp $
+
+--- applets/clock/calendar-client.h.orig 2009-03-04 09:49:20.000000000 +0100
++++ applets/clock/calendar-client.h
+@@ -65,8 +65,8 @@ struct _CalendarClientClass
+
+ typedef struct
+ {
+- GTime start_time;
+- GTime end_time;
++ time_t start_time;
++ time_t end_time;
+ } CalendarOccurrence;
+
+ typedef struct
+@@ -77,8 +77,8 @@ typedef struct
+ char *summary;
+ char *description;
+ char *color_string;
+- GTime start_time;
+- GTime end_time;
++ time_t start_time;
++ time_t end_time;
+ guint is_all_day : 1;
+
+ /* Only used internally */
+@@ -92,10 +92,10 @@ typedef struct
+ char *description;
+ char *color_string;
+ char *url;
+- GTime start_time;
+- GTime due_time;
++ time_t start_time;
++ time_t due_time;
+ guint percent_complete;
+- GTime completed_time;
++ time_t completed_time;
+ int priority;
+ } CalendarTask;
+