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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c
index d25cbe68c6..5cc4e77295 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -1120,6 +1120,9 @@ book_open_cb (EBook *book, EBookStatus status, gpointer closure)
g_object_set(view,
"book", book,
NULL);
+
+ if (view->model)
+ eab_model_force_folder_bar_message (view->model);
}
else {
eab_load_error_dialog (NULL /* XXX */, source, status);