summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index eeaeb8647..e1485fe40 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -37,7 +37,8 @@ class InstallPathWindow (InstallWindow):
(WORKSTATION_KDE, _("KDE Workstation")),
(SERVER, _("Server")))
- installSteps = [ ( PartitionWindow, "partition" ),
+ installSteps = [ ( XConfigWindow, "xconfig" ),
+ ( PartitionWindow, "partition" ),
( FormatWindow, "format" ),
( LiloWindow, "lilo" ),
( NetworkWindow, "network" ),
@@ -73,11 +74,8 @@ class InstallPathWindow (InstallWindow):
def getNext(self):
if not self.__dict__.has_key("upgradeButton"):
- print "okay"
return
- print "ACK"
-
if self.upgradeButton.get_active():
self.todo.upgrade = 1
self.ics.getICW ().setStateList (self.commonSteps +