From 9bd177927d423b36a7506af4b23f5b5feccc5705 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 13 Mar 2008 10:12:49 +0000 Subject: ** Fix for bug #273177 2008-03-13 Milan Crha ** Fix for bug #273177 * addressbook/gui/contact-editor/e-contact-quick-add.h: (e_contact_quick_add_vcard): * addressbook/gui/contact-editor/e-contact-quick-add.c: (struct _QuickAdd), (quick_add_unref), (quick_add_set_vcard), (clicked_cb), (build_quick_add_dialog), (e_contact_quick_add_vcard): Allow adding also whole vCard with this dialog. * addressbook/gui/widgets/eab-popup-control.h: (struct _EABPopupControl): * addressbook/gui/widgets/eab-popup-control.c: (eab_popup_control_set_vcard), (eab_popup_control_cleanup), (eab_popup_control_set_vcard), (eab_popup_control_no_matches), (set_prop), (get_prop), (eab_popup_control_new): New property 'vcard', if set, has higher precedence than name/email. * mail/em-utils.h: (em_utils_add_vcard): * mail/em-utils.c: (emu_add_address_or_vcard), (em_utils_add_address), (em_utils_add_vcard): New function to add whole vCard to addressbook. * mail/em-popup.c: (emp_add_vcard), (emp_standard_menu_factory): Add popup menu item to vcard attachments. svn path=/trunk/; revision=35181 --- mail/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 84a224755f..54a820c72b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2008-03-13 Milan Crha + + ** Fix for bug #273177 + + * em-utils.h: (em_utils_add_vcard): + * em-utils.c: (emu_add_address_or_vcard), + (em_utils_add_address), (em_utils_add_vcard): + New function to add whole vCard to addressbook. + * em-popup.c: (emp_add_vcard), (emp_standard_menu_factory): + Add popup menu item to vcard attachments. + 2008-03-12 Matthew Barnes ** Fixes breakage caused by bug #513951 -- cgit v1.2.3