diff options
author | Erik Troan <ewt@redhat.com> | 1999-09-22 19:15:25 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-09-22 19:15:25 +0000 |
commit | 39cbccf72a1d8ba2ab26018310b9281e93ef5c2c (patch) | |
tree | e515e272d63524ee4b43b3cb7ec0b1208a137c28 /text.py | |
parent | 792a4167a478af54f8f46e78c2b8e58de11a6340 (diff) | |
download | anaconda-39cbccf72a1d8ba2ab26018310b9281e93ef5c2c.tar.gz anaconda-39cbccf72a1d8ba2ab26018310b9281e93ef5c2c.tar.xz anaconda-39cbccf72a1d8ba2ab26018310b9281e93ef5c2c.zip |
fixed going back into upgrade screen
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ class InstallPathWindow: return INSTALL_NOOP if (todo.upgrade): - default = 5 + default = 4 else: instClass = todo.getClass() orig = None |