diff options
author | Mike Fulbright <msf@redhat.com> | 2000-05-10 20:37:48 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-05-10 20:37:48 +0000 |
commit | 1427eaaa0defa6dacf0343807c8291259cf39d10 (patch) | |
tree | bc54159f27a0faeefe74ce9162520eb3e11264f6 /iw/installpath_gui.py | |
parent | 53bfa2d947846c689bcab22d82b2514c7384f05f (diff) | |
download | anaconda-1427eaaa0defa6dacf0343807c8291259cf39d10.tar.gz anaconda-1427eaaa0defa6dacf0343807c8291259cf39d10.tar.xz anaconda-1427eaaa0defa6dacf0343807c8291259cf39d10.zip |
added an about to upgrade screen to GUI and TUI
Diffstat (limited to 'iw/installpath_gui.py')
-rw-r--r-- | iw/installpath_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py index 5804a8007..0db3b8f46 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -72,6 +72,7 @@ class InstallPathWindow (InstallWindow): ( UpgradeExamineWindow, "custom-upgrade"), ( BootloaderWindow, BootloaderSkipname ), UnresolvedDependenciesWindow, + ( ConfirmWindow, "confirm" ), InstallProgressWindow, ( BootdiskWindow, "bootdisk" ), CongratulationWindow |