summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-12-14 16:44:42 +0000
committerJeremy Katz <katzj@redhat.com>2004-12-14 16:44:42 +0000
commitb877eceb38d9a2cf4adf0e6ac150c67b4fb19fc0 (patch)
treec3d8deb9d81ddee3b1f194ebec86c8657ab131ea /dispatch.py
parentc7c6303f505f1edac48ed5cf2d464e0797c8f316 (diff)
downloadanaconda-b877eceb38d9a2cf4adf0e6ac150c67b4fb19fc0.tar.gz
anaconda-b877eceb38d9a2cf4adf0e6ac150c67b4fb19fc0.tar.xz
anaconda-b877eceb38d9a2cf4adf0e6ac150c67b4fb19fc0.zip
2004-12-14 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): Pass new arg to desktopchoice * iw/desktop_choice_gui.py (DesktopChoiceWindow.getNext): Reset package selection to defaults if selected (#142415) * textw/desktop_choice_text.py (DesktopChoiceWindow): Likewise.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index a9c1da8e2..6e170cfd4 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -107,7 +107,7 @@ installSteps = [
("accounts", ("intf", "id.rootPassword")),
("authentication", ("id.auth",)),
("readcomps", readPackages, ("intf", "method", "id")),
- ("desktopchoice", ("intf", "id.instClass", "dispatch")),
+ ("desktopchoice", ("intf", "id.instClass", "dispatch", "id.grpset")),
("findpackages", upgradeFindPackages, ("intf", "method", "id",
"instPath", "dir")),
("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.langSupport")),