GNOME Bugzilla – Bug 643019
gmenu-simple-editor bails out with TypeError after porting to pygobject-based introspection
Last modified: 2011-02-23 01:56:03 UTC
gmenu-simple-editor from gnome-menus 2.91.6 prints this backtrace on startup: Traceback (most recent call last):
+ Trace 226066
GMenuSimpleEditor.main.main (sys.argv[1:])
dialog = maindialog.MenuEditorDialog (args)
self.menu_tree_model = menutreemodel.MenuTreeModel (menu_files)
self.__append_directory (tree.root, None, False, menu_file)
(has_iter, iter) = self.iter_children (parent_iter)
This used to work in 2.32.x when it used PyGTK still.
Thanks, fixed. PyGI changed some API...