[maemo-commits] [maemo-commits] r14709 - projects/haf/trunk/gtk+/gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Nov 2 15:13:58 EET 2007
- Previous message: [maemo-commits] r14708 - projects/haf/trunk/gtk+/gtk
- Next message: [maemo-commits] r14710 - projects/haf/trunk/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-11-02 15:13:57 +0200 (Fri, 02 Nov 2007) New Revision: 14709 Modified: projects/haf/trunk/gtk+/gtk/gtkbuilderparser.c Log: Apply GtkBuilder parser fix from upstream, bug #461945 Modified: projects/haf/trunk/gtk+/gtk/gtkbuilderparser.c =================================================================== --- projects/haf/trunk/gtk+/gtk/gtkbuilderparser.c 2007-11-02 13:12:49 UTC (rev 14708) +++ projects/haf/trunk/gtk+/gtk/gtkbuilderparser.c 2007-11-02 13:13:57 UTC (rev 14709) @@ -918,10 +918,11 @@ else text = dgettext (data->domain, string); + prop_info->data = g_strdup (text); g_free (string); - string = g_strdup (text); } - prop_info->data = string; + else + prop_info->data = string; } }
- Previous message: [maemo-commits] r14708 - projects/haf/trunk/gtk+/gtk
- Next message: [maemo-commits] r14710 - projects/haf/trunk/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]