diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-15 18:02:07 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-15 18:02:07 +0000 |
commit | 4b523e839052a4c5fa0bb439e7dfbef2bb174919 (patch) | |
tree | 9073e88059d1a7762a4dbd9540d7e1bf22d2fa1d /textw | |
parent | d5e2c4ec192cbdb5b33e3dbe1f453f051123c3a7 (diff) | |
download | anaconda-4b523e839052a4c5fa0bb439e7dfbef2bb174919.tar.gz anaconda-4b523e839052a4c5fa0bb439e7dfbef2bb174919.tar.xz anaconda-4b523e839052a4c5fa0bb439e7dfbef2bb174919.zip |
s/8/9 in userid entry
Diffstat (limited to 'textw')
-rw-r--r-- | textw/userauth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth.py b/textw/userauth.py index daf962df4..8c8c89ed6 100644 --- a/textw/userauth.py +++ b/textw/userauth.py @@ -62,7 +62,7 @@ class UsersWindow: if (not cancelText): cancelText = _("Cancel") - userid = Entry (8, user["id"]) + userid = Entry (9, user["id"]) currentid = user["id"] fullname = Entry (20, user["name"], scroll = 1) pass1 = Entry (10, user["password"], hidden = 1) |