aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-fullname.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-01-14 12:22:29 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:25 +0800
commitcadcc080eeb998a52b2163604e07fa5a71089391 (patch)
tree99773aaf880690e67f54f7a8e45f856fb35d5d00 /addressbook/gui/contact-editor/e-contact-editor-fullname.c
parentdbbe7408c563f9a6e47f65d5d3db7ee541285b41 (diff)
downloadgsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.gz
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.bz2
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.lz
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.xz
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.tar.zst
gsoc2013-evolution-cadcc080eeb998a52b2163604e07fa5a71089391.zip
Adapt to GtkComboBox class reorg.
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-fullname.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-fullname.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.c b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
index ce9092c411..15eddbd53f 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-fullname.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
@@ -227,11 +227,6 @@ e_contact_editor_fullname_init (EContactEditorFullname *e_contact_editor_fullnam
gtk_window_set_icon_name (
GTK_WINDOW (e_contact_editor_fullname), "contact-new");
-
- widget = e_builder_get_widget (builder, "comboentry-title");
- gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX_ENTRY (widget), 0);
- widget = e_builder_get_widget (builder, "comboentry-suffix");
- gtk_combo_box_set_entry_text_column (GTK_COMBO_BOX_ENTRY (widget), 0);
}
GtkWidget*