From 7aa624f4eb5c9191571bcf894e09952d0b3e94f1 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 18 May 2004 22:13:23 +0000 Subject: pass 0 to eab_send_contact. (file_send_to_cb): same. 2004-05-18 Chris Toshok * gui/contact-list-editor/e-contact-list-editor.c (file_send_as_cb): pass 0 to eab_send_contact. (file_send_to_cb): same. svn path=/trunk/; revision=25964 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/contact-list-editor/e-contact-list-editor.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 05fd23bcb6..cc66cf3278 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2004-05-18 Chris Toshok + + * gui/contact-list-editor/e-contact-list-editor.c + (file_send_as_cb): pass 0 to eab_send_contact. + (file_send_to_cb): same. + 2004-05-18 Chris Toshok * gui/widgets/eab-gui-util.c diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 0527432d3d..81b0a4a3d2 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -445,7 +445,7 @@ file_send_as_cb (GtkWidget *widget, gpointer data) extract_info (cle); - eab_send_contact(cle->contact, EAB_DISPOSITION_AS_ATTACHMENT); + eab_send_contact(cle->contact, 0, EAB_DISPOSITION_AS_ATTACHMENT); } static void @@ -455,7 +455,7 @@ file_send_to_cb (GtkWidget *widget, gpointer data) extract_info (cle); - eab_send_contact(cle->contact, EAB_DISPOSITION_AS_TO); + eab_send_contact(cle->contact, 0, EAB_DISPOSITION_AS_TO); } static void -- cgit