diff options
author | pnfisher <pnfisher> | 1999-08-26 22:27:50 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-08-26 22:27:50 +0000 |
commit | c77ea8f733801350c263790fbac3be6794c6b101 (patch) | |
tree | e45a05ed2841c7614e1018d3e81475bcc66abd73 | |
parent | 68494cc2f9825291f6043425c642db84d35dc3c2 (diff) | |
download | anaconda-c77ea8f733801350c263790fbac3be6794c6b101.tar.gz anaconda-c77ea8f733801350c263790fbac3be6794c6b101.tar.xz anaconda-c77ea8f733801350c263790fbac3be6794c6b101.zip |
Add MouseConfig back into commonSteps.
-rwxr-xr-x | gui.py | 2 | ||||
-rw-r--r-- | iw/installpath.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -103,7 +103,7 @@ class InstallInterface: gtkThread = GtkMainThread () gtkThread.start () - commonSteps = [LanguageWindow, KeyboardWindow, + commonSteps = [LanguageWindow, KeyboardWindow, MouseWindow WelcomeWindow, InstallPathWindow] self.finishedTODO = Event () 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, |