summaryrefslogtreecommitdiffstats
path: root/iw/installpath.py
diff options
context:
space:
mode:
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,