summaryrefslogtreecommitdiffstats
path: root/installclasses/workstation.py
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses/workstation.py')
-rw-r--r--installclasses/workstation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index f3d86c4dc..682a9569c 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -12,8 +12,8 @@ class InstallClass(personal_desktop.InstallClass):
sortPriority = 2
- def setGroupSelection(self, comps):
- personal_desktop.InstallClass.setGroupSelection(self, comps)
+ def setGroupSelection(self, comps, intf):
+ personal_desktop.InstallClass.setGroupSelection(self, comps, intf)
comps["Emacs"].select()
comps["GNOME Software Development"].select()
comps["X Software Development"].select()