GNOME Bugzilla – Bug 569757
gtk_ui_manager_add_ui_from_string (ABI change)
Last modified: 2009-01-30 12:54:54 UTC
gtk_ui_manager_add_ui_from_string used to be able to take strings of the form <?xml version="1.0" encoding="UTF-8"?> <ui> <menubar> <menu name="Tools" action="MenuTools"> <menu name="Hello" action="HelloMenu"> <menuitem action="HelloWorld"/> </menu> </menu> </menubar> </ui> This no longer works: I have to delete the "<?xml ...?" part.
Suspect change: http://svn.gnome.org/viewvc/gtk%2B/trunk/gtk/gtkuimanager.c?r1=8662&r2=8663&
The change you point at is from 2003.
> The change you point at is from 2003. Yes, I saw that. The thing that got hit was a demo plugin and it is entirely possible that it has been broken for five+ years. However... http://bugzilla.gnome.org/show_bug.cgi?id=569724#c1 leads me to suspect that I am blaming the wrong guy. --> INVALID. I'll reopen if the blame returns.