diff options
Diffstat (limited to 'modules/addressbook/ldap-config.ui')
-rw-r--r-- | modules/addressbook/ldap-config.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/addressbook/ldap-config.ui b/modules/addressbook/ldap-config.ui index c26cb1e95e..4d045f51a1 100644 --- a/modules/addressbook/ldap-config.ui +++ b/modules/addressbook/ldap-config.ui @@ -308,9 +308,11 @@ </packing> </child> <child> - <object class="GtkComboBoxEntry" id="port-comboentry"> + <object class="GtkComboBox" id="port-comboentry"> <property name="visible">True</property> <property name="model">model2</property> + <property name="has-entry">True</property> + <property name="entry-text-column">0</property> </object> <packing> <property name="left_attach">1</property> |