summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-11-29 20:37:48 +0000
committerMike Fulbright <msf@redhat.com>1999-11-29 20:37:48 +0000
commit6de40327d9b324968420272c3d3b296a62923e77 (patch)
treeda534b416a91c30608838e1a881fb9de79a531c1 /gui.py
parentc3d5a7b0d5d8aafbd13ef57147e0920c8410d1ef (diff)
downloadanaconda-6de40327d9b324968420272c3d3b296a62923e77.tar.gz
anaconda-6de40327d9b324968420272c3d3b296a62923e77.tar.xz
anaconda-6de40327d9b324968420272c3d3b296a62923e77.zip
Removed X11 and mouse configuration from reconfiguration mode.
Dr Mike
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 82a47ef5a..d47d59d81 100755
--- a/gui.py
+++ b/gui.py
@@ -231,7 +231,6 @@ class InstallInterface:
else:
commonSteps = [ ( LanguageWindow, "language" ),
( KeyboardWindow, "keyboard" ),
- ( MouseWindow, "mouse" ),
]
commonSteps = commonSteps + [
@@ -239,7 +238,6 @@ class InstallInterface:
( TimezoneWindow, "timezone" ),
( AccountWindow, "accounts" ),
( AuthWindow, "authentication" ),
- ( XConfigWindow, "xconfig" ),
( CongratulationWindow, "complete" )
]