aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-01-21 08:14:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-02-03 07:29:47 +0800
commit6db981fa566574d16f4664687d26147acde7ad80 (patch)
tree3b233b5a2876db9983153b8cc3c02a49270600a3 /modules/addressbook
parent0727097ac13ad746184ba0580247bff70cefbb68 (diff)
downloadgsoc2013-evolution-6db981fa566574d16f4664687d26147acde7ad80.tar
gsoc2013-evolution-6db981fa566574d16f4664687d26147acde7ad80.tar.gz
gsoc2013-evolution-6db981fa566574d16f4664687d26147acde7ad80.tar.bz2
gsoc2013-evolution-6db981fa566574d16f4664687d26147acde7ad80.tar.lz
gsoc2013-evolution-6db981fa566574d16f4664687d26147acde7ad80.tar.xz
gsoc2013-evolution-6db981fa566574d16f4664687d26147acde7ad80.tar.zst
gsoc2013-evolution-6db981fa566574d16f4664687d26147acde7ad80.zip
Bug 607520 - 'Add to Address Book' fails when address has space
Diffstat (limited to 'modules/addressbook')
-rw-r--r--modules/addressbook/e-book-shell-backend.c2
1 files changed, 1 insertions, 1 deletions
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