summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-20 20:43:49 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-20 20:43:49 +0000
commit63226bceb21c16d662a78e85e4845309fdc91bfb (patch)
tree5386daf4d4e43528cdf920299863f88b0d3e8a51 /gui.py
parent70d10ea749562734dd0f2f8f434c2a524f5e34ad (diff)
downloadanaconda-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-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index e5e6fedba..66271bb36 100755
--- a/gui.py
+++ b/gui.py
@@ -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"),