summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-08-07 16:08:23 +0000
committerMike Fulbright <msf@redhat.com>2000-08-07 16:08:23 +0000
commit9e40701b867565e729ae9d90ad1c5ce664b669f8 (patch)
tree9459a2af053876c024351073ddeb2cc08bf0999a /comps.py
parent440c7c040b3fb919efda03185097606d1ad080be (diff)
downloadanaconda-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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/comps.py b/comps.py
index b3d120fe5..1334c0ed3 100644
--- a/comps.py
+++ b/comps.py
@@ -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()