aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-view.c')
-rw-r--r--addressbook/gui/component/addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c
index 9b3db0c3b2..bf1e5fff0a 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -1213,7 +1213,7 @@ book_open_cb (EBook *book, EBookStatus status, gpointer closure)
if (view->model)
eab_model_force_folder_bar_message (view->model);
}
- else {
+ else if (status != E_BOOK_ERROR_CANCELLED) {
eab_load_error_dialog (NULL /* XXX */, source, status);
}