diff options
| author | Jeremy Katz <katzj@redhat.com> | 2002-07-12 07:57:58 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2002-07-12 07:57:58 +0000 |
| commit | 525ec447d32550e2559e7918742211252e2bd093 (patch) | |
| tree | 4ab5226fa10edf98eff9db27b88a73e207a127dd /installclasses/developer_workstation.py | |
| parent | 327880a214096afe447b3378bd93aa13d8001085 (diff) | |
wacky hacks to get things unselected right. need to come up with a better way when I've slept more
Diffstat (limited to 'installclasses/developer_workstation.py')
| -rw-r--r-- | installclasses/developer_workstation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/developer_workstation.py b/installclasses/developer_workstation.py index 64fdaa8ce..71cba0279 100644 --- a/installclasses/developer_workstation.py +++ b/installclasses/developer_workstation.py @@ -13,7 +13,7 @@ class InstallClass(workstation.InstallClass): sortPriority = 2 def setGroupSelection(self, comps): - workstation.InstallClass.__init__(self, comps) + workstation.InstallClass.setGroupSelection(self, comps) comps["Emacs"].select() comps["GNOME Software Development"].select() comps["X Software Development"].select() |
