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 /modules/addressbook/addressbook-config.c | |
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 'modules/addressbook/addressbook-config.c')
-rw-r--r-- | modules/addressbook/addressbook-config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/addressbook/addressbook-config.c b/modules/addressbook/addressbook-config.c index 9c5a26ac5d..805cfe40b3 100644 --- a/modules/addressbook/addressbook-config.c +++ b/modules/addressbook/addressbook-config.c @@ -747,7 +747,6 @@ eabc_general_host (EConfig *ec, EConfigItem *item, GtkWidget *parent, GtkWidget g_signal_connect (sdialog->host, "changed", G_CALLBACK (host_changed_cb), sdialog); sdialog->port_comboentry = e_builder_get_widget (builder, "port-comboentry"); - gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX_ENTRY (sdialog->port_comboentry), 0); gtk_widget_set_has_tooltip (sdialog->port_comboentry, TRUE); gtk_widget_set_tooltip_text (sdialog->port_comboentry, _("This is the port on the LDAP server that Evolution will try to connect to. A list of standard ports has been provided. Ask your system administrator what port you should specify.")); sprintf(port, "%u", lud && lud->lud_port? lud->lud_port : LDAP_PORT); |