aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-gui-util.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-05-19 03:04:21 +0800
committerChris Toshok <toshok@src.gnome.org>2004-05-19 03:04:21 +0800
commit2eb079b0280c3337d96483c39e5b1c3551e03c0f (patch)
treedb6cd79814c53f6fdd956a702bfc94364d1a4477 /addressbook/gui/widgets/eab-gui-util.h
parent3d0b57bcfeebc33b798f60f1b6703278f763baff (diff)
downloadgsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar
gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar.gz
gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar.bz2
gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar.lz
gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar.xz
gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.tar.zst
gsoc2013-evolution-2eb079b0280c3337d96483c39e5b1c3551e03c0f.zip
split out the DISPOSITION_AS_TO stuff here, and make it take a GList of
2004-05-18 Chris Toshok <toshok@ximian.com> * gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list): split out the DISPOSITION_AS_TO stuff here, and make it take a GList of ContactAndEmailNum, so we can set it for the single contact case. (eab_send_contact_list_as_attachment): split out the DISPOSITION_AS_ATTACHMENT stuff here. (eab_send_contact_list): call one or the other of the above, munging the list if disposition is set to TO. (eab_send_contact): call eab_send_to_contact_and_email_num_list directly with the supplied email_num, instead of calling eab_send_contact_list. * gui/widgets/eab-gui-util.h (eab_send_contact) add "email_num" arg, so we can specify the email address we want to be selected. * gui/widgets/eab-contact-display.c (on_link_clicked): add (ifdefed out at the moment) code to handle mailto: urls internally, instead of farming them out to gnome_url_show. (render_contact): same. svn path=/trunk/; revision=25963
Diffstat (limited to 'addressbook/gui/widgets/eab-gui-util.h')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h
index e986fd925a..4a3dffba0b 100644
--- a/addressbook/gui/widgets/eab-gui-util.h
+++ b/addressbook/gui/widgets/eab-gui-util.h
@@ -66,6 +66,7 @@ typedef enum {
} EABDisposition;
void eab_send_contact (EContact *contact,
+ int email_num,
EABDisposition disposition);
void eab_send_contact_list (GList *contacts,
EABDisposition disposition);