summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-01-30 19:57:48 +0000
committerJeremy Katz <katzj@redhat.com>2006-01-30 19:57:48 +0000
commit5633643773aba178c08ab37393fffd1ca6e2489a (patch)
tree035d4bfc59216d447dc8c7c2d264768d7352da00 /gui.py
parent98ee2557a3a2c36ad347d667880332752420be9c (diff)
downloadanaconda-5633643773aba178c08ab37393fffd1ca6e2489a.tar.gz
anaconda-5633643773aba178c08ab37393fffd1ca6e2489a.tar.xz
anaconda-5633643773aba178c08ab37393fffd1ca6e2489a.zip
2006-01-30 Jeremy Katz <katzj@redhat.com>
* iw/package_gui.py: Back from the dead, this wasn't meant to go. * iw/simple_pkgselect.py: This was * gui.py: Adjust.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 5dfc071ff..902f6a198 100755
--- a/gui.py
+++ b/gui.py
@@ -75,7 +75,7 @@ stepToClass = {
"accounts" : ("account_gui", "AccountWindow"),
"desktopchoice": ("desktop_choice_gui", "DesktopChoiceWindow"),
"tasksel": ("task_gui", "TaskWindow"),
- "group-selection": ("simple_pkgselect", "GroupSelectionWindow"),
+ "group-selection": ("package_gui", "GroupSelectionWindow"),
"confirminstall" : ("confirm_gui", "InstallConfirmWindow"),
"confirmupgrade" : ("confirm_gui", "UpgradeConfirmWindow"),
"install" : ("progress_gui", "InstallProgressWindow_NEW"),