diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-06 16:35:02 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-06 16:35:02 +0000 |
commit | 74fd79d41a8ea17f1d4fff815d8ef5ec45cc2e7d (patch) | |
tree | 6be0337e6e722231323dfd04407431c9edf98495 /installclasses | |
parent | 915437118b0274b1ad2f356bf6475bfd6a4f3357 (diff) | |
download | anaconda-74fd79d41a8ea17f1d4fff815d8ef5ec45cc2e7d.tar.gz anaconda-74fd79d41a8ea17f1d4fff815d8ef5ec45cc2e7d.tar.xz anaconda-74fd79d41a8ea17f1d4fff815d8ef5ec45cc2e7d.zip |
add Software Development
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/workstation.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py index befa5c10a..5f4cff19b 100644 --- a/installclasses/workstation.py +++ b/installclasses/workstation.py @@ -25,7 +25,9 @@ class InstallClass(BaseInstallClass): def setGroupSelection(self, comps): BaseInstallClass.__init__(self, comps) - self.showGroups(comps, [ "KDE", ("GNOME", 1), "Games and Entertainment" ] ) + self.showGroups(comps, [ "KDE", ("GNOME", 1), + "Software Development", + "Games and Entertainment" ] ) def setInstallData(self, id): BaseInstallClass.setInstallData(self, id) |