From be42a2a28615168d66b5eaefa462b67cd8227761 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 19 May 2000 04:37:39 +0000 Subject: Fixed a bug that broke address field support. 2000-05-19 Christopher James Lahey * contact-editor/e-contact-editor.c: Fixed a bug that broke address field support. svn path=/trunk/; revision=3134 --- addressbook/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/contact-editor/e-contact-editor.c') diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c index b665410d0c..5d7485561c 100644 --- a/addressbook/contact-editor/e-contact-editor.c +++ b/addressbook/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); } -- cgit v1.2.3