summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2004-04-16 19:05:44 +0000
committerbfox <bfox>2004-04-16 19:05:44 +0000
commit693132f4012e989fdb96fe91bc703e5ffa33d510 (patch)
tree119df59a999dd1871c4b1e0b8cd64bb2e27c7e09 /iw
parent0ebc21d37fbc725de0f2142e9067e56fa95d1fe4 (diff)
downloadanaconda-693132f4012e989fdb96fe91bc703e5ffa33d510.tar.gz
anaconda-693132f4012e989fdb96fe91bc703e5ffa33d510.tar.xz
anaconda-693132f4012e989fdb96fe91bc703e5ffa33d510.zip
correct typo (bug #119273)
Diffstat (limited to 'iw')
-rw-r--r--iw/xconfig_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index f919a5fc8..6a063cb4c 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -322,7 +322,7 @@ class XCustomWindow (InstallWindow):
gnomeSelected = (grpset.hdrlist.has_key('gnome-session')
and grpset.hdrlist['gnome-session'].isSelected())
kdeSelected = (grpset.hdrlist.has_key('kdebase')
- and grpset.hdrlist['kdebase'].isSelected)()
+ and grpset.hdrlist['kdebase'].isSelected())
else:
gnomeSelected = 0
kdeSelected = 0