Hi I'm also experiencing this bug.
I can reproduce it 100% of the time, but it's a tricky one. It might be elsewhere, but I have tested only in the hierarchy tab of either treeview or menubar. Basically, you click a combobox after you changed the name of the widget. You have to click before the the focus-out-event of the widget name entry. If you validate the name, by tabbing, selecting something else, or who knows, the bug is not triggered. It seems the combobox items is showed with the old name, then glade goes on to rename anything related to the widget, and, I think, recreates the property pane of the hierarchy tab, thus killing the combobox, and invalidating the items list. console gets filled with : (glade-3:4612): Gtk-CRITICAL **: gtk_widget_event: assertion `WIDGET_REALIZED_FOR_EVENT (widget, event)' failed Most likely a strange race condition between the entry focus-out-event and combobox clicked event. Package: glade Version: 3.6.7-1 regards Simon -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

