From 5633643773aba178c08ab37393fffd1ca6e2489a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 30 Jan 2006 19:57:48 +0000 Subject: 2006-01-30 Jeremy Katz * iw/package_gui.py: Back from the dead, this wasn't meant to go. * iw/simple_pkgselect.py: This was * gui.py: Adjust. --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.py') 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"), -- cgit