From 007a734e88eef70451ab12777481e70c52b96ac0 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 24 Nov 2009 17:04:09 -0600 Subject: port addressbook/ to use new EError API https://bugzilla.gnome.org/show_bug.cgi?id=602963 --- addressbook/gui/contact-list-editor/e-contact-list-editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.c') diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 8e92d28532..dff1b3da83 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -262,7 +262,8 @@ contact_list_editor_contact_exists (EContactListModel *model, if (!e_contact_list_model_has_email (model, email)) return FALSE; - return (e_error_run (e_shell_get_active_window (NULL), tag, email, NULL) != GTK_RESPONSE_YES); + return (e_error_run_dialog_for_args (e_shell_get_active_window (NULL), + tag, email, NULL) != GTK_RESPONSE_YES); } static void -- cgit v1.2.3