summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-12 05:43:14 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-12 05:43:14 +0000
commitf1d4a02c2428e17e56ce7647d3ab66cb363c1b37 (patch)
treeb1a8db8f70a7c966a827de8ed541b10370913f1a /installclasses
parent231a916b32bb646514d8cb3f890d40611fcc2f03 (diff)
downloadanaconda-f1d4a02c2428e17e56ce7647d3ab66cb363c1b37.tar.gz
anaconda-f1d4a02c2428e17e56ce7647d3ab66cb363c1b37.tar.xz
anaconda-f1d4a02c2428e17e56ce7647d3ab66cb363c1b37.zip
fix component names
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/developer_workstation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/installclasses/developer_workstation.py b/installclasses/developer_workstation.py
index d1740136a..b623d64e6 100644
--- a/installclasses/developer_workstation.py
+++ b/installclasses/developer_workstation.py
@@ -15,8 +15,8 @@ class InstallClass(workstation.InstallClass):
def setGroupSelection(self, comps):
workstation.InstallClass.__init__(self, comps)
comps["Emacs"].select()
- comps["GNOME Development"].select()
- comps["X Development"].select()
+ comps["GNOME Software Development"].select()
+ comps["X Software Development"].select()
def __init__(self, expert):
workstation.InstallClass.__init__(self, expert)