evolution r36433 - in branches/gnome-2-24/addressbook: . gui/widgets



Author: mcrha
Date: Tue Sep 23 11:26:24 2008
New Revision: 36433
URL: http://svn.gnome.org/viewvc/evolution?rev=36433&view=rev

Log:
2008-09-23  Milan Crha  <mcrha redhat com>

	** Fix for bug #552575

	* gui/widgets/eab-gui-util.c: (eab_send_contact_list_as_attachment):
	Register default callbacks to composer to be able to send/save draft.



Modified:
   branches/gnome-2-24/addressbook/ChangeLog
   branches/gnome-2-24/addressbook/gui/widgets/eab-gui-util.c

Modified: branches/gnome-2-24/addressbook/gui/widgets/eab-gui-util.c
==============================================================================
--- branches/gnome-2-24/addressbook/gui/widgets/eab-gui-util.c	(original)
+++ branches/gnome-2-24/addressbook/gui/widgets/eab-gui-util.c	Tue Sep 23 11:26:24 2008
@@ -888,6 +888,7 @@
 
 	composer = e_msg_composer_new ();
 	table = e_msg_composer_get_header_table (composer);
+	em_composer_utils_setup_default_callbacks (composer);
 
 	attachment = camel_mime_part_new ();
 	data = eab_contact_list_to_string (contacts);



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