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 626330 - 'translatable' property of GtkAction labels lost when saving
'translatable' property of GtkAction labels lost when saving
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-07 19:26 UTC by Severin Heiniger
Modified: 2010-08-29 07:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Severin Heiniger 2010-08-07 19:26:13 UTC
When using objects of type GtkAction in a GtkBuilder file, the attribute 'translatable' of 'label' properties is reproducibly lost when saving the file using glade. This is quite frustrating as those attributes need to be restored manually in a text editor after having made a change to the file using glade. If this isn't done, the labels won't be recognized by gettext anymore.

A file is attached for demonstration purposes.
Comment 1 Tristan Van Berkom 2010-08-29 07:21:20 UTC
GtkAction:label property saves as translatable="yes" for me here, 
please re-open this bug if it persists with Glade git master (3.7.x)
Comment 2 Severin Heiniger 2010-08-29 07:53:13 UTC
It's great to hear that the bug seems to have been fixed in git master! Unfortunately, I'm not capable of running it because of the gtk3 dependency, otherwise I would have done so. Thank you for trying to reproduce the problem and I look forward to giving the upcoming gtk3-based version of glade3 a spin.