GNOME Bugzilla – Bug 316201
Need to use BAD_CAST macro in glade-xml-utils.c
Last modified: 2005-09-15 02:05:29 UTC
In glade-xml-utils, all the strcmp()'s that are "const gchar *" with "xmlChar *" should be changed to xmlStrcmp(), and the "const gchar *" args should be cast with the BAD_CAST macro from libxml2.
Applied Juan's patch, fixed.