diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-01-14 12:22:29 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:25 +0800 |
commit | cadcc080eeb998a52b2163604e07fa5a71089391 (patch) | |
tree | 99773aaf880690e67f54f7a8e45f856fb35d5d00 /addressbook/gui/contact-editor/fullname.ui | |
parent | dbbe7408c563f9a6e47f65d5d3db7ee541285b41 (diff) | |
download | gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.gz gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.zst gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.zip |
Adapt to GtkComboBox class reorg.
Diffstat (limited to 'addressbook/gui/contact-editor/fullname.ui')
-rw-r--r-- | addressbook/gui/contact-editor/fullname.ui | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/fullname.ui b/addressbook/gui/contact-editor/fullname.ui index 47cfde5d2e..227bec9d31 100644 --- a/addressbook/gui/contact-editor/fullname.ui +++ b/addressbook/gui/contact-editor/fullname.ui @@ -312,8 +312,10 @@ </packing> </child> <child> - <object class="GtkComboBoxEntry" id="comboentry-title"> + <object class="GtkComboBox" id="comboentry-title"> <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> @@ -329,8 +331,10 @@ </packing> </child> <child> - <object class="GtkComboBoxEntry" id="comboentry-suffix"> + <object class="GtkComboBox" id="comboentry-suffix"> <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> |