Comment 0 for bug 614814

Revision history for this message
Severin H (severinh) wrote :

Binary package hint: glade-3

When saving a glade file that contains a button or a menu item based on an action but overriding its appearance, the following line will, erroneously, *not* be part of the file:

<property name="use_action_appearance">False</property>

But unless this line is added to such a button or menu item, the default action appearance will be used by GtkBuilder. Manually adding the line is possible, but it will be discarded again when the file is loaded and saved the next time using glade.