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

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)

View File

@ -5,7 +5,6 @@
<object class="GtkDialog" id="changetypes">
<property name="visible">True</property>
<property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<signal name="delete_event" handler="on_delete_event"/>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox2">