From 74eea9a7179087e57dbf44196021a2d1f85063d0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 2 Aug 2010 17:23:09 -0400 Subject: Fix a GError message. --- mail/em-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-utils.c') diff --git a/mail/em-utils.c b/mail/em-utils.c index 51bf58664e..2bc0143eb3 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -1603,7 +1603,7 @@ try_open_e_book (EBook *book, gboolean only_if_exists, GError **error) 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."); + g_set_error (error, E_BOOK_ERROR, E_BOOK_ERROR_OTHER_ERROR, "Failed to call e_book_open_async."); return FALSE; } -- cgit v1.2.3