summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-08-23 04:06:14 +0000
committerpnfisher <pnfisher>1999-08-23 04:06:14 +0000
commitaad19bc67889c7aba33b88dedccd2cacb9c02a61 (patch)
tree929a0de6f3fe0fb4903ba900e0b5aa72d03b7cba /iw/installpath.py
parent18f4a2e8cb2c0255fb023138fb341682b6cd958e (diff)
downloadanaconda-aad19bc67889c7aba33b88dedccd2cacb9c02a61.tar.gz
anaconda-aad19bc67889c7aba33b88dedccd2cacb9c02a61.tar.xz
anaconda-aad19bc67889c7aba33b88dedccd2cacb9c02a61.zip
Set todo.upgrade.
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index 1d3e57fe5..be3b94e4a 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -44,8 +44,10 @@ class InstallPathWindow (InstallWindow):
if not widget.get_active (): return
if type == INSTALL:
self.ics.getICW ().setStateList (self.commonSteps + self.installSteps, len (self.commonSteps)-1)
+ todo.upgrade = 0
else:
self.ics.getICW ().setStateList (self.commonSteps + self.upgradeSteps, len (self.commonSteps)-1)
+ todo.upgrade = 1
def getScreen (self):
box = GtkVBox (FALSE, 5)