aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui')
-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 f13ff70ff1..a3f71da707 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -1186,7 +1186,7 @@ selector_tree_drag_data_received (GtkWidget *widget,
g_message (G_STRLOC ":Couldn't create EBook.");
return FALSE;
}
- e_book_open (target_book, TRUE, NULL);
+ e_book_open (target_book, FALSE, NULL);
eab_book_and_contact_list_from_string (data->data, &source_book, &contactlist);