GNOME Bugzilla – Bug 654609
Bug with special chars in GtkComboBoxText items
Last modified: 2011-10-09 18:58:32 UTC
Created attachment 191952 [details] [review] Patch fixing the bug Hello, There is a bug when adding items in the GtkComboBoxText with a name containing a special char (like '&'). Every characters following the special character are missing from the written xml file. I attached a patch fixing the problem.
Thanks this looks like a drastic but good change... lets roll with it For the record I had to modify the patch because we prefer the C89 standard... in particular variables must be declared before any other statements in any code block. Committed in master, glade-3-10 and glade-3-8