diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index b665410d0c..5d7485561c 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -387,7 +387,7 @@ set_entry_changed_signals(EContactEditor *editor) email_entry_changed, editor); } widget = glade_xml_get_widget(editor->gui, "text-address"); - if (widget && GTK_IS_ENTRY(widget)) { + if (widget && GTK_IS_TEXT(widget)) { gtk_signal_connect(GTK_OBJECT(widget), "changed", address_text_changed, editor); } |