summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-15 18:02:07 +0000
committerMatt Wilson <msw@redhat.com>2000-02-15 18:02:07 +0000
commit4b523e839052a4c5fa0bb439e7dfbef2bb174919 (patch)
tree9073e88059d1a7762a4dbd9540d7e1bf22d2fa1d /textw
parentd5e2c4ec192cbdb5b33e3dbe1f453f051123c3a7 (diff)
downloadanaconda-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.py2
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)