GNOME Bugzilla – Bug 523932
gtk-builder-convert failed on converting GLADE file
Last modified: 2008-05-17 14:17:30 UTC
Please describe the problem: I'm attempting to use gtk-builder-convert to convert GLADE file to GtkBuilder format. Steps to reproduce: 1. Convert GLADE file by gtk-builder-convert Actual results: Error logs listed below $ gtk-builder-convert main_window.glade main_window.xml Traceback (most recent call last):
+ Trace 193109
sys.exit(main(sys.argv))
conv.parse_file(input_filename)
self._parse()
self._convert(node.getAttribute("class"), node)
self._convert_menu(node)
item = self._convert_menuitem(uimgr, obj_node)
self._add_action_from_menuitem(uimgr, obj_node)
properties['stock_id'] = child
Expected results: It converts the file. Does this happen every time? Always Here's a link to the glade file I'm having trouble with. http://twitux.svn.sourceforge.net/viewvc/twitux/trunk/data/main_window.glade?view=markup
2008-03-23 Johan Dahlin <johan@gnome.org> * gtk/gtk-builder-convert: Properly convert GtkImageMenuItems which use stock labels but don't have any children. (#523932, Brian Pepple)
*** Bug 528059 has been marked as a duplicate of this bug. ***
*** Bug 533567 has been marked as a duplicate of this bug. ***