GTK3 fixes for rename events tool

svn: r20142
This commit is contained in:
Gary Burton
2012-07-30 13:06:52 +00:00
parent d0a1cdfb25
commit 636d9b2be9
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ def fill_combo(combo, data_list):
store.append(row=[data])
combo.set_model(store)
combo.set_text_column(0)
combo.set_entry_text_column(0)
completion = Gtk.EntryCompletion()
completion.set_model(store)
completion.set_minimum_key_length(1)