diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-11-14 22:36:23 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-11-14 22:36:23 +0000 |
commit | 051fd09c69f61f49768c750ab2dd59bb39e49d75 (patch) | |
tree | a2ff337233a942330ad0003d50669d9e2f5181ff /config | |
parent | 168547c17e070c85d1c341f20274dbcb204c4c2e (diff) | |
download | gdm-051fd09c69f61f49768c750ab2dd59bb39e49d75.tar.gz |
Reversing last commit since it broke string freeze.
2007-11-14 Brian Cameron <brian.cameron@sun.com>
* Reversing last commit since it broke string freeze.
svn path=/branches/gnome-2-20/; revision=5508
Diffstat (limited to 'config')
-rw-r--r-- | config/gdm.conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in index 5efdcca2..28a9f60d 100644 --- a/config/gdm.conf.in +++ b/config/gdm.conf.in @@ -500,6 +500,9 @@ 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 |