| 12345678910111213 |
- Index: gtk/gtkcalendar.c
- --- gtk/gtkcalendar.c.orig 2005-10-04 05:24:16 +0200
- +++ gtk/gtkcalendar.c 2005-10-06 09:02:38 +0200
- @@ -669,7 +669,7 @@
- * first day of the week to calendar:week_start:1 if you want Monday
- * to be the first day of the week, and so on.
- */
- - week_start = _("calendar:week_start:0");
- + char *week_start = _("calendar:week_start:0");
-
- if (strncmp (week_start, "calendar:week_start:", 20) == 0)
- priv->week_start = *(week_start + 20) - '0';
|