summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-22 19:15:25 +0000
committerErik Troan <ewt@redhat.com>1999-09-22 19:15:25 +0000
commit39cbccf72a1d8ba2ab26018310b9281e93ef5c2c (patch)
treee515e272d63524ee4b43b3cb7ec0b1208a137c28 /text.py
parent792a4167a478af54f8f46e78c2b8e58de11a6340 (diff)
downloadanaconda-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 9ad45b522..a0d4824d5 100644
--- a/text.py
+++ b/text.py
@@ -171,7 +171,7 @@ class InstallPathWindow:
return INSTALL_NOOP
if (todo.upgrade):
- default = 5
+ default = 4
else:
instClass = todo.getClass()
orig = None