diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-01 20:02:53 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-01 20:02:53 +0000 |
commit | 83f6cd3933c270090da0f73b739170700fb186bd (patch) | |
tree | ab2612715148379ef5e36aa96e0d1656fac858fb /iw/installpath.py | |
parent | cdc89f48dbc26b629adb0d9c037dc839bb8e98f5 (diff) | |
download | anaconda-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.py | 6 |
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 + |