aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-08-01 18:36:45 +0800
committerRob Bradford <rob@linux.intel.com>2010-08-02 20:27:24 +0800
commit2dfabd3909d4afe12637160863884ea2c953cfac (patch)
tree263123ff34965ed147c62639d95d6c04e0e8d930 /mail/em-utils.c
parent68341973d40b9ac5ffbc3f4132af0656194df13e (diff)
downloadgsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar.gz
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar.bz2
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar.lz
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar.xz
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.tar.zst
gsoc2013-evolution-2dfabd3909d4afe12637160863884ea2c953cfac.zip
addressbook: Port to use new _async suffix instead of _ex suffix
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index ae33087ad1..51bf58664e 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -1600,7 +1600,7 @@ try_open_e_book (EBook *book, gboolean only_if_exists, GError **error)
data.flag = flag;
data.result = FALSE;
- if (!e_book_async_open_ex (book, only_if_exists, try_open_e_book_cb, &data)) {
+ if (!e_book_open_async (book, only_if_exists, try_open_e_book_cb, &data)) {
e_flag_free (flag);
g_clear_error (error);
g_set_error (error, E_BOOK_ERROR, E_BOOK_ERROR_OTHER_ERROR, "Failed to call e_book_async_open_ex.");