Impossible to override action appearance
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glade |
Expired
|
Medium
|
|||
glade-3 (Ubuntu) |
Fix Committed
|
Low
|
Unassigned |
Bug Description
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_
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.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: glade 3.7.0.is.
ProcVersionSign
Uname: Linux 2.6.32-24-generic x86_64
Architecture: amd64
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Release Candidate amd64 (20100419.1)
ProcEnviron:
LANGUAGE=en
PATH=(custom, user)
LANG=de_CH.utf8
SHELL=/bin/bash
SourcePackage: glade-3
Changed in glade-3: | |
status: | Unknown → New |
Changed in glade-3 (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in glade-3: | |
status: | New → Invalid |
Changed in glade-3: | |
importance: | Unknown → Medium |
status: | Invalid → Expired |
In the following demo, the button will have the label "The label of the GtkAction", unless "<property name="use_ action_ appearance" >False< /property> " is added manually to demo.ui. This very line will be lost when loading and saving demo.ui using glade the next time.