diff options
Diffstat (limited to 'addressbook/gui/contact-editor/contact-editor.ui')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index 668fa63ab6..428b17a600 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -255,8 +255,10 @@ </packing> </child> <child> - <object class="GtkComboBoxEntry" id="combo-file-as"> + <object class="GtkComboBox" id="combo-file-as"> <property name="visible">True</property> + <property name="has-entry">True</property> + <property name="entry-text-column">0</property> <property name="model">model1</property> </object> <packing> |