summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2001-07-24 19:28:16 +0000
committerbfox <bfox>2001-07-24 19:28:16 +0000
commit252b03ffa4099d720a2302c17e4bfaf1744c7b99 (patch)
tree768a0251e03bd6c6882fd6a34f9e71023e417110 /iw
parentd4805952957f627330be077ba42517faf72de3c5 (diff)
downloadanaconda-252b03ffa4099d720a2302c17e4bfaf1744c7b99.tar.gz
anaconda-252b03ffa4099d720a2302c17e4bfaf1744c7b99.tar.xz
anaconda-252b03ffa4099d720a2302c17e4bfaf1744c7b99.zip
make column titles inactive
Diffstat (limited to 'iw')
-rw-r--r--iw/account_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 655913862..0a9959118 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -321,7 +321,7 @@ class AccountWindow (InstallWindow):
self.userList = GtkCList (2, (_("Account Name"), _("Full Name")))
for x in range (2):
- self.userList.set_selectable (x, FALSE)
+ self.userList.column_title_passive (x)
self.userList.connect("select_row", self.userSelected)
sw.add (self.userList)