diff options
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c b/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c new file mode 100644 index 000000000000..4dcf1fd052a5 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c @@ -0,0 +1,10 @@ +--- gtk/gtkcalendar.c.orig Mon Oct 3 22:01:14 2005 ++++ gtk/gtkcalendar.c Mon Oct 3 22:02:36 2005 +@@ -566,6 +566,7 @@ gtk_calendar_init (GtkCalendar *calendar + GtkCalendarPrivate *priv; + gchar *year_before; + gchar *langinfo; ++ gchar *week_start; + gint week_1stday = 0; + gint first_weekday = 1; + guint week_origin; |