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 393173 - Use Gtk's invisible_char
Use Gtk's invisible_char
Status: RESOLVED FIXED
Product: gnome-system-tools
Classification: Deprecated
Component: general
CVS latest
Other Linux
: Normal minor
: ---
Assigned To: Carlos Garnacho
Carlos Garnacho
Depends on:
Blocks:
 
 
Reported: 2007-01-05 15:52 UTC by Loïc Minier
Modified: 2007-07-28 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Drop invisible char properties in Glade files (15.32 KB, patch)
2007-01-05 15:52 UTC, Loïc Minier
committed Details | Review

Description Loïc Minier 2007-01-05 15:52:00 UTC
Hi,

Виталий Ищенко discussed usage of the invisible_char across various apps and he noticed that gnome-system-tools' glade files hardcode the invisible char to use.

Many distributions patch Gtk to use a nicer invisible char, such as '●' instead of '*', and gnome-system-tools' glade file already mix '*' and '●'.

I will attach a patch to strip the invisible_char from the glade files and hence rely on the Gtk default.

Bye,
Comment 1 Loïc Minier 2007-01-05 15:52:55 UTC
Created attachment 79455 [details] [review]
Drop invisible char properties in Glade files
Comment 2 Carlos Garnacho 2007-07-28 16:43:34 UTC
Looks completely reasonable, I've just committed the patch to trunk, thanks! :)