diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-01 19:51:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-01 19:51:14 +0000 |
commit | a42c11e5caa3c83f51f8bab6654118e7cbda494e (patch) | |
tree | c374d94cf281e2b61f89e8f3630e787934c47988 /todo.py | |
parent | 0df3ffd51c3d29d549d7a1186cd7c6a65fab2172 (diff) | |
download | anaconda-a42c11e5caa3c83f51f8bab6654118e7cbda494e.tar.gz anaconda-a42c11e5caa3c83f51f8bab6654118e7cbda494e.tar.xz anaconda-a42c11e5caa3c83f51f8bab6654118e7cbda494e.zip |
more xfree stuff
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1099,7 +1099,8 @@ class ToDo: self.hdList['portmap'].selected = 1 if self.x.server and not self.x.server == "XFree86": - self.selectPackage ('XFree86-' + self.x.server) + # trim off the XF86_ + self.selectPackage ('XFree86-' + self.x.server[5:]) # make sure that all comps that include other comps are # selected (i.e. - recurse down the selected comps and turn |