summaryrefslogtreecommitdiffstats
path: root/gui.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 /gui.py
parent68494cc2f9825291f6043425c642db84d35dc3c2 (diff)
downloadanaconda-c77ea8f733801350c263790fbac3be6794c6b101.tar.gz
anaconda-c77ea8f733801350c263790fbac3be6794c6b101.tar.xz
anaconda-c77ea8f733801350c263790fbac3be6794c6b101.zip
Add MouseConfig back into commonSteps.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 24c10bbef..d746af8ab 100755
--- a/gui.py
+++ b/gui.py
@@ -103,7 +103,7 @@ class InstallInterface:
gtkThread = GtkMainThread ()
gtkThread.start ()
- commonSteps = [LanguageWindow, KeyboardWindow,
+ commonSteps = [LanguageWindow, KeyboardWindow, MouseWindow
WelcomeWindow, InstallPathWindow]
self.finishedTODO = Event ()