Bug 119273 - [PATCH] Python error in Anaconda's xconfig_gui.py
Summary: [PATCH] Python error in Anaconda's xconfig_gui.py
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: anaconda
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-28 18:58 UTC by Jos Vos
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-16 20:51:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jos Vos 2004-03-28 18:58:11 UTC
Description of problem:
On line 325 of iw/xconfig_gui.py there is a problem.  This line is:

   and grpset.hdrlist['kdebase'].isSelected)()

and I think it should be:

   and grpset.hdrlist['kdebase'].isSelected())

(See also a similar statement 3 lines earlier.)

Version-Release number of selected component (if applicable):
9.1.1-7.RHEL

Comment 1 Brent Fox 2004-04-16 20:51:48 UTC
Fixed in cvs.  Thanks for your report.


Note You need to log in before you can comment on or make changes to this bug.