From 6db981fa566574d16f4664687d26147acde7ad80 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 20 Jan 2010 19:14:46 -0500 Subject: Bug 607520 - 'Add to Address Book' fails when address has space --- modules/addressbook/e-book-shell-backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/addressbook/e-book-shell-backend.c') diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c index 11ff1e3553..1166cd61c3 100644 --- a/modules/addressbook/e-book-shell-backend.c +++ b/modules/addressbook/e-book-shell-backend.c @@ -387,7 +387,7 @@ book_shell_backend_quick_add_email_cb (EShell *shell, /* XXX This is an ugly hack but it's the only way I could think * of to integrate this feature with other shell modules. */ - e_contact_quick_add_free_form (email, NULL, NULL); + e_contact_quick_add_email (email, NULL, NULL); } static void -- cgit v1.2.3