diff options
author | bfox <bfox> | 2001-02-09 21:46:47 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-02-09 21:46:47 +0000 |
commit | e76f3a1949a12e2dddaa50c2c34dc07d5c41a24a (patch) | |
tree | 9c1ec8e4e6ed02894cff8dcefa55aa7162e84bea /iw | |
parent | bdf3e5ff9ce5294a7c9c8c42b427a348102e2c90 (diff) | |
download | anaconda-e76f3a1949a12e2dddaa50c2c34dc07d5c41a24a.tar.gz anaconda-e76f3a1949a12e2dddaa50c2c34dc07d5c41a24a.tar.xz anaconda-e76f3a1949a12e2dddaa50c2c34dc07d5c41a24a.zip |
removed the ctree.unset_flags (CAN_FOCUS) line. Resolves bug #25751.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/package_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/package_gui.py b/iw/package_gui.py index eac892fae..84ebe58cb 100644 --- a/iw/package_gui.py +++ b/iw/package_gui.py @@ -314,7 +314,7 @@ class IndividualPackageSelectionWindow (InstallWindow): self.ctree.set_line_style(CTREE_LINES_NONE) # Kludge to get around CTree s extremely broken focus behavior - self.ctree.unset_flags (CAN_FOCUS) + # self.ctree.unset_flags (CAN_FOCUS) if (not self.__dict__.has_key ("open_p")): self.open_p, self.open_b = create_pixmap_from_xpm_d (self.ctree, |