After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 396446 - accelerators & markup in label not shown
accelerators & markup in label not shown
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
: 405904 458706 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-14 14:22 UTC by Christian Persch
Modified: 2007-07-23 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2007-01-14 14:22:07 UTC
Steps to reproduce:
0) Start glade-3
1) Create GtkWindow
2) Add GtkLabel to window
3) Set label's label to "_Label" and check "use underline"
4) Save as test1
5) Quit
6) Start glade-3 test1.glade

Results:
In step 4, the label is shown with its underline. In step 6, the underline is NOT shown, even though the properties are still set correctly (label=_Label, use-underline=true) in the properties view.
The same applies for markup (try using "<b>Bold text</b>").
Comment 1 Michael Ekstrand 2007-05-08 17:36:24 UTC
I don't have any permissions to edit bugs, but I think this is a duplicate of 405904.
Comment 2 Tristan Van Berkom 2007-05-09 14:50:08 UTC
Yep, this one is older and describes both the use_underline & use_markup
problems, so I'll mark 405904 duplicate of this bug instead.
Comment 3 Tristan Van Berkom 2007-05-09 14:50:29 UTC
*** Bug 405904 has been marked as a duplicate of this bug. ***
Comment 4 Tristan Van Berkom 2007-07-20 17:24:47 UTC
*** Bug 458706 has been marked as a duplicate of this bug. ***
Comment 5 Tristan Van Berkom 2007-07-23 15:02:05 UTC
fixed in trunk with a g_signal_connect_after (label, "realize"...) trick.