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:
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.
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.