summaryrefslogtreecommitdiffstats
path: root/iw/installpath_gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-08 18:40:59 +0000
committerbfox <bfox>2000-12-08 18:40:59 +0000
commitb9b9353f4da9f5ef9894a77968cf284141bc3734 (patch)
treeb5f104067412092c4de72521565635c091d5d1ea /iw/installpath_gui.py
parent90ead9a077ab11dcd8497ba4cdd3fcea2d4f1950 (diff)
downloadanaconda-b9b9353f4da9f5ef9894a77968cf284141bc3734.tar.gz
anaconda-b9b9353f4da9f5ef9894a77968cf284141bc3734.tar.xz
anaconda-b9b9353f4da9f5ef9894a77968cf284141bc3734.zip
Changed the ordering of the monitor, video card, and custom screen to be video, monitor, custom.
Diffstat (limited to 'iw/installpath_gui.py')
-rw-r--r--iw/installpath_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py
index 035e7e693..85d0b0fdc 100644
--- a/iw/installpath_gui.py
+++ b/iw/installpath_gui.py
@@ -60,8 +60,8 @@ class InstallPathWindow (InstallWindow):
( AuthWindow, "authentication" ),
( PackageSelectionWindow, "package-selection" ),
( UnresolvedDependenciesWindow, "dependencies" ),
- ( MonitorWindow, "monitor" ),
( XConfigWindow, "xconfig" ),
+ ( MonitorWindow, "monitor" ),
( ConfirmWindow, "confirm" ),
InstallProgressWindow,
( BootdiskWindow, "bootdisk" ),