diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-12 16:49:26 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-12 16:49:26 +0000 |
commit | ab000a93fbd351dc7f437ad7f6179c4146abe2bf (patch) | |
tree | ceadabf9aa25b426f74383e6c2c7417fff016763 /iw/package_gui.py | |
parent | 250fa9250e5f664273efce1207a5856b0f43ff7f (diff) | |
download | anaconda-ab000a93fbd351dc7f437ad7f6179c4146abe2bf.tar.gz anaconda-ab000a93fbd351dc7f437ad7f6179c4146abe2bf.tar.xz anaconda-ab000a93fbd351dc7f437ad7f6179c4146abe2bf.zip |
o don't order the transaction set when doing a dep check
o don't updateInstallClassComps when grabbing the comps
o don't turn off all comps when hitting next in gui comps selection
Diffstat (limited to 'iw/package_gui.py')
-rw-r--r-- | iw/package_gui.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/iw/package_gui.py b/iw/package_gui.py index 16c3a2339..0db233fcf 100644 --- a/iw/package_gui.py +++ b/iw/package_gui.py @@ -399,11 +399,6 @@ class PackageSelectionWindow (InstallWindow): if not self.__dict__.has_key ("individualPackages"): return None - # turn off all the comps - for comp in self.todo.comps: - if not comp.hidden: - comp.unselect(0) - gotoIndividualPackages = self.individualPackages.get_active () del self.individualPackages |