aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/addressbook.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/util/addressbook.c')
-rw-r--r--addressbook/util/addressbook.c4
1 files changed, 3 insertions, 1 deletions
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) {