Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Maemo: Commits

r14709 - projects/haf/trunk/gtk+/gtk

 

 

Maemo commits RSS feed   Index | Next | Previous | View Threaded


subversion at stage

Nov 2, 2007, 6:13 AM

Post #1 of 1 (36 views)
Permalink
r14709 - projects/haf/trunk/gtk+/gtk

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;
}
}


_______________________________________________
maemo-commits mailing list
maemo-commits[at]maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-commits

Maemo commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.