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 604727 - There is a mismatch in the description of default value of "invisible-char"
There is a mismatch in the description of default value of "invisible-char"
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: GtkEntry
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-12-16 14:16 UTC by Eduard Bagrov
Modified: 2010-01-05 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eduard Bagrov 2009-12-16 14:16:27 UTC
The documentation says that the default value of the property "invisible-char" is expected to be '*'.
But after calling g_object_get() and passing "invisible-char" as a parameter, it returns unicode value 9679 which associates to '●'


Section: 
III GTK+ Widgets and Objects 
Numeric/Text Data Entry
GtkEntry
Properties
"invisible-char"


Also reported at http://linuxtesting.org/results/report?num=D0144
Comment 1 Christian Dywan 2010-01-05 09:25:09 UTC
The default value is determined at runtime and thus is "incorrectly" documented if you don't happen to run a system where "*" is the default value.