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/util/addressbook.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'addressbook/util/addressbook.c') diff --git a/addressbook/util/addressbook.c b/addressbook/util/addressbook.c index 59d87659c7..6e70e5f3f3 100644 --- a/addressbook/util/addressbook.c +++ b/addressbook/util/addressbook.c @@ -108,7 +108,9 @@ load_source_auth_cb (EBook *book, EBookStatus status, gpointer closure) goto done; } } else if (status == E_BOOK_ERROR_INVALID_SERVER_VERSION) { - e_error_run (e_shell_get_active_window (NULL), "addressbook:server-version", NULL); + e_error_run_dialog_for_args (e_shell_get_active_window (NULL), + "addressbook:server-version", + NULL); status = E_BOOK_ERROR_OK; goto done; } else if (status == E_BOOK_ERROR_UNSUPPORTED_AUTHENTICATION_METHOD) { -- cgit v1.2.3