summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-01 20:02:53 +0000
committerMatt Wilson <msw@redhat.com>1999-09-01 20:02:53 +0000
commit83f6cd3933c270090da0f73b739170700fb186bd (patch)
treeab2612715148379ef5e36aa96e0d1656fac858fb /iw/installpath.py
parentcdc89f48dbc26b629adb0d9c037dc839bb8e98f5 (diff)
downloadanaconda-83f6cd3933c270090da0f73b739170700fb186bd.tar.gz
anaconda-83f6cd3933c270090da0f73b739170700fb186bd.tar.xz
anaconda-83f6cd3933c270090da0f73b739170700fb186bd.zip
should write the X config now
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 +