diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-09-20 20:43:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-09-20 20:43:49 +0000 |
commit | 63226bceb21c16d662a78e85e4845309fdc91bfb (patch) | |
tree | 5386daf4d4e43528cdf920299863f88b0d3e8a51 /gui.py | |
parent | 70d10ea749562734dd0f2f8f434c2a524f5e34ad (diff) | |
download | anaconda-63226bceb21c16d662a78e85e4845309fdc91bfb.tar.gz anaconda-63226bceb21c16d662a78e85e4845309fdc91bfb.tar.xz anaconda-63226bceb21c16d662a78e85e4845309fdc91bfb.zip |
2005-09-20 Jeremy Katz <katzj@redhat.com>
* iw/simple_pkgselect.py: Simple group selection UI...
* textw/simple_pkgselect_text.py: And the same for text mode
* yuminstall.py (YumBackend): Some hacks for simple group
selection UI.
* dispatch.py (installSteps): Add simple group selection step.
* gui.py (stepToClass): Likewise.
* text.py (stepToClasses): Likewise.
* installclass.py (BaseInstallClass.setSteps): Likewise.
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ stepToClass = { "accounts" : ("account_gui", "AccountWindow"), "desktopchoice": ("desktop_choice_gui", "DesktopChoiceWindow"), "package-selection" : ("package_gui", "PackageSelectionWindow"), + "group-selection": ("simple_pkgselect", "GroupSelectionWindow"), "indivpackage" : ("package_gui", "IndividualPackageSelectionWindow"), "dependencies" : ("dependencies_gui", "UnresolvedDependenciesWindow"), "confirminstall" : ("confirm_gui", "InstallConfirmWindow"), |