head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.2 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.2 OPENPKG_2_5_SOLID_BP:1.1; locks; strict; comment @# @; 1.2 date 2005.12.10.19.35.17; author rse; state dead; branches; next 1.1; commitid 0AnbVqy3ksKoy6dr; 1.1 date 2005.10.06.07.25.14; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: gtk2 2.8.6 -> 2.8.9 @ text @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'; @ 1.1 log @upgrading package: gtk2 2.8.4 -> 2.8.6 @ text @@