[addressbook]Patch for Bug #322689
Devashish <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Organization | Novell |
| Message-ID | <[email protected]> |
Hi, The attached patched solves the bug 322689 – cannot copy contact to addressbook if addressbook just created. Thanks Devashish Sharma _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
diff.1
(text/x-patch, 737 B)
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);