diff options
author | Mike Fulbright <msf@redhat.com> | 2000-08-07 16:08:23 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-08-07 16:08:23 +0000 |
commit | 9e40701b867565e729ae9d90ad1c5ce664b669f8 (patch) | |
tree | 9459a2af053876c024351073ddeb2cc08bf0999a /comps.py | |
parent | 440c7c040b3fb919efda03185097606d1ad080be (diff) | |
download | anaconda-9e40701b867565e729ae9d90ad1c5ce664b669f8.tar.gz anaconda-9e40701b867565e729ae9d90ad1c5ce664b669f8.tar.xz anaconda-9e40701b867565e729ae9d90ad1c5ce664b669f8.zip |
make GNOME default if in optional groups list
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -229,6 +229,9 @@ class Component: p.addSelectionChain([self, condComponent]) self.pkgDict[p] = 1 + def setDefault(self, default): + self.default = default + def setDefaultSelection(self): if self.default: self.select() |