aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c4
1 files changed, 2 insertions, 2 deletions
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