diff options
Diffstat (limited to 'iw')
-rw-r--r-- | iw/installpath_gui.py | 2 |
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" ), |