summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-08-26 22:27:50 +0000
committerpnfisher <pnfisher>1999-08-26 22:27:50 +0000
commitc77ea8f733801350c263790fbac3be6794c6b101 (patch)
treee45a05ed2841c7614e1018d3e81475bcc66abd73 /iw/installpath.py
parent68494cc2f9825291f6043425c642db84d35dc3c2 (diff)
downloadanaconda-c77ea8f733801350c263790fbac3be6794c6b101.tar.gz
anaconda-c77ea8f733801350c263790fbac3be6794c6b101.tar.xz
anaconda-c77ea8f733801350c263790fbac3be6794c6b101.zip
Add MouseConfig back into commonSteps.
Diffstat (limited to 'iw/installpath.py')
-rw-r--r--iw/installpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/installpath.py b/iw/installpath.py
index 54a5fb758..99ff36589 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -34,7 +34,7 @@ class InstallPathWindow (InstallWindow):
ics.setTitle (_("Install Path"))
ics.setNextEnabled (1)
- self.commonSteps = [LanguageWindow, KeyboardWindow,
+ self.commonSteps = [LanguageWindow, KeyboardWindow, MouseWindow,
WelcomeWindow, InstallPathWindow]
self.installSteps = [NetworkWindow, PartitionWindow, FormatWindow, PackageSelectionWindow,