diff options
author | Chris Lumens <clumens@redhat.com> | 2008-01-07 18:06:33 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-01-07 18:06:33 -0500 |
commit | 2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7 (patch) | |
tree | 81c36171a4df8c43c8d27343467bbe7974a47f29 /textw | |
parent | 1b93fc060b9a862bce3dccc00cb69c5900dcda00 (diff) | |
download | anaconda-2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7.tar.gz anaconda-2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7.tar.xz anaconda-2a1eea55bcdf9c2f0b0946958b86ebbcc6bd2ef7.zip |
Make default match GUI.
Diffstat (limited to 'textw')
-rw-r--r-- | textw/userauth_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py index a4218f928..81331d5fe 100644 --- a/textw/userauth_text.py +++ b/textw/userauth_text.py @@ -85,7 +85,7 @@ class RootPasswordWindow: "\n\n" "Would you like to continue with this " "password?" % (msg, )), - type = "yesno") + type = "yesno", default="no") if ret == 1: break else: |