From 8144979fc7a558503691f9a6a3d0a28848b6d7fc Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 3 Feb 2006 23:36:20 +0000 Subject: 2006-02-03 Jeremy Katz * iw/task_gui.py: Adjust for dynamic set of tasks * ui/tasksel.glade: Don't list tasks in the glade file, they're now auto-generated. * textw/task_text.py (TaskWindow.__call__): Likewise. * dispatch.py (installSteps): Pass new arg to tasksel step * installclasses/fedora.py (tasks): Define set of tasks to show on task selection screen here. * installclass.py (tasks): Parent placeholder. --- dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.py') diff --git a/dispatch.py b/dispatch.py index 8513c5b5b..841c3f2c7 100644 --- a/dispatch.py +++ b/dispatch.py @@ -101,7 +101,7 @@ installSteps = [ ("accounts", ("intf", "id.rootPassword")), ("reposetup", doRepoSetup, ("backend","intf", "id", "instPath")), ("basepkgsel", doBasePackageSelect, ("backend","id.instClass")), - ("tasksel", ("intf", "backend", "dispatch")), + ("tasksel", ("intf", "backend", "dispatch", "id.instClass")), ("group-selection", ("backend", "intf")), ("postselection", doPostSelection, ("backend", "intf", "id", "instPath")), #("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.instLanguage")), -- cgit