summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/language_support_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/language_support_gui.py b/iw/language_support_gui.py
index c93782cd9..e8cd4efc7 100644
--- a/iw/language_support_gui.py
+++ b/iw/language_support_gui.py
@@ -173,7 +173,7 @@ class LanguageSupportWindow (InstallWindow):
self.combo.set_popdown_strings (list)
self.combo.list.select_item(sel)
- self.combo.entry.set_editable(gtk.FALSE)
+ self.combo.entry.set_property("editable", gtk.FALSE)
sw = gtk.ScrolledWindow ()
sw.set_border_width (5)