[evolution-patches] [addressbook]Patch for Bug #322689



Hi,

The attached patched solves the bug 322689 – cannot copy contact to
addressbook if addressbook just created.


Thanks
Devashish Sharma

Index: addressbook/gui/component/addressbook-view.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/addressbook-view.c,v
retrieving revision 1.44
diff -u -p -r1.44 addressbook-view.c
--- addressbook/gui/component/addressbook-view.c	30 Jan 2006 13:56:43 -0000	1.44
+++ addressbook/gui/component/addressbook-view.c	13 Feb 2006 10:53:21 -0000
@@ -1186,7 +1186,7 @@ selector_tree_drag_data_received (GtkWid
 		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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]