GtkComboBoxEntry has been removed from GTK3

Use GtkComboBoxText which is available in both GTK2 and GTK3.
master-1.22
infirit 2014-01-24 17:19:43 +01:00
parent 04b6ca92fb
commit eed527f422
1 changed files with 3 additions and 1 deletions

View File

@ -95,8 +95,10 @@
</packing>
</child>
<child>
<object class="GtkComboBoxEntry" id="search-entry">
<object class="GtkComboBoxText" id="search-entry">
<property name="visible">True</property>
<property name="has_entry">True</property>
<property name="entry_text_column">0</property>
<property name="add_tearoffs">False</property>
<property name="has_frame">True</property>
<property name="focus_on_click">True</property>