diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-11-14 18:42:08 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-11-14 18:42:08 +0000 |
commit | 168547c17e070c85d1c341f20274dbcb204c4c2e (patch) | |
tree | 3070a3a929a45e6da57cf23d1b1c639031c859c4 /config | |
parent | cd9213aa57dc69bd218ea5b7fbfd061a96510800 (diff) | |
download | gdm-168547c17e070c85d1c341f20274dbcb204c4c2e.tar.gz |
No longer hardcode the password field to '*'. Instead use the GTK+ default
2007-11-14 Brian Cameron <brian.cameron@sun.com>
* gui/gdmlogin.c, gui/greeter/greeter_canvas_item.c,
gui/gdmsetup.glade, gui/gdmsetup.c, config/gdm.conf.in,
docs/C/gdm.xml: No longer hardcode the password field to '*'.
Instead use the GTK+ default character for password fields. No
longer support the UseCirclesInEntry configuration option.
Addresses enhancement request #477881. Patch by Alex "weej"
Jones <alex@weej.com>.
svn path=/branches/gnome-2-20/; revision=5505
Diffstat (limited to 'config')
-rw-r--r-- | config/gdm.conf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in index 28a9f60d..5efdcca2 100644 --- a/config/gdm.conf.in +++ b/config/gdm.conf.in @@ -500,9 +500,6 @@ GraphicalThemedColor=#76848F #ShowLastSession=true # Always use 24 hour clock no matter what the locale. #Use24Clock=auto -# Use circles in the password field. Looks kind of cool actually, but only -# works with certain fonts. -#UseCirclesInEntry=false # Do not show any visible feedback in the password field. This is standard for # instance in console, xdm and ssh. #UseInvisibleInEntry=false |