From cbffd030b9f6349812dcd02ca62a3935fe2f6b4f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 28 Apr 2008 18:39:50 +0000 Subject: ** Fixes bug #529768 2008-04-28 Matthew Barnes ** Fixes bug #529768 * gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list): Setup default callbacks for the newly created EMsgComposer widget. svn path=/trunk/; revision=35432 --- addressbook/gui/widgets/eab-gui-util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index 6b8973637b..14aee2a027 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -40,6 +40,7 @@ #include "eab-contact-merging.h" #include #include +#include /* we link to camel for decoding quoted printable email addresses */ #include @@ -788,6 +789,7 @@ eab_send_to_contact_and_email_num_list (GList *contact_list) composer = e_msg_composer_new (); table = e_msg_composer_get_header_table (composer); + em_composer_utils_setup_default_callbacks (composer); to_array = g_ptr_array_new (); bcc_array = g_ptr_array_new (); -- cgit v1.2.3