aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-02-27 16:54:55 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-02-27 16:54:55 +0800
commit4f10532231807d074c80c6869fa758f034a07b3c (patch)
treedb1516f0329b47f6f60959643938f4042bcd8700 /addressbook/gui/component
parent57b0b4d1a6c51960bcae7c07ccb93b203ee2b526 (diff)
downloadgsoc2013-evolution-4f10532231807d074c80c6869fa758f034a07b3c.tar
gsoc2013-evolution-4f10532231807d074c80c6869fa758f034a07b3c.tar.gz
gsoc2013-evolution-4f10532231807d074c80c6869fa758f034a07b3c.tar.bz2
gsoc2013-evolution-4f10532231807d074c80c6869fa758f034a07b3c.tar.lz
gsoc2013-evolution-4f10532231807d074c80c6869fa758f034a07b3c.tar.xz
gsoc2013-evolution-4f10532231807d074c80c6869fa758f034a07b3c.tar.zst
gsoc2013-evolution-4f10532231807d074c80c6869fa758f034a07b3c.zip
Fix for bug #322689
svn path=/trunk/; revision=31588
Diffstat (limited to 'addressbook/gui/component')
-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);