[evolution/gnome-2-32] Bug #604981 - Always bcc ignored for Contacts.



commit 8ad4c012d2d78240ef26f31bca976f900c7dcbe7
Author: Bharath Acharya <abharath novell com>
Date:   Mon Oct 18 10:52:05 2010 +0530

    Bug #604981 - Always bcc ignored for Contacts.
    
    Add the Bcc destinations instead of setting it.

 modules/addressbook/eab-composer-util.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/addressbook/eab-composer-util.c b/modules/addressbook/eab-composer-util.c
index 542e423..a7237eb 100644
--- a/modules/addressbook/eab-composer-util.c
+++ b/modules/addressbook/eab-composer-util.c
@@ -75,7 +75,7 @@ eab_send_as_to (EShell *shell,
 	 *     arrays are really the best argument type for passing a list of
 	 *     destinations to the header table. */
 
-	/* Add "To" destinations. */
+	/* Set "To" destinations. */
 	convert.pdata = to_array->pdata;
 	e_composer_header_table_set_destinations_to (
 		table, convert.destinations);
@@ -83,7 +83,7 @@ eab_send_as_to (EShell *shell,
 
 	/* Add "Bcc" destinations. */
 	convert.pdata = bcc_array->pdata;
-	e_composer_header_table_set_destinations_bcc (
+	e_composer_header_table_add_destinations_bcc (
 		table, convert.destinations);
 	g_ptr_array_free (bcc_array, FALSE);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]