From 19339ece3065266c8d786f052b81ef8ef1988d28 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 11 Dec 2001 01:01:05 +0000 Subject: select_file_attachments now returns a GPtrArray so handle that and loop 2001-12-10 Jeffrey Stedfast * e-msg-composer-attachment-bar.c (add_from_user): select_file_attachments now returns a GPtrArray so handle that and loop until we've added all the attachment files. * e-msg-composer-select-file.c (confirm): Add an evil kludge to get a list of filenames from the GtkFileSelection widget based on the label in the history option menu item and the base filenames of the selected items in the filename clist. (create_file_selection): Setup the clist to allow multiple selection. (file_selection_info_destroy_notify): Destroy the GPtrArray containing the list of xselected files. (select_file_internal): Return a GPtrArray of files instead of a char *. svn path=/trunk/; revision=14968 --- composer/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index b32350552b..2ba38eab15 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,20 @@ +2001-12-10 Jeffrey Stedfast + + * e-msg-composer-attachment-bar.c (add_from_user): + select_file_attachments now returns a GPtrArray so handle that and + loop until we've added all the attachment files. + + * e-msg-composer-select-file.c (confirm): Add an evil kludge to + get a list of filenames from the GtkFileSelection widget based on + the label in the history option menu item and the base filenames + of the selected items in the filename clist. + (create_file_selection): Setup the clist to allow multiple + selection. + (file_selection_info_destroy_notify): Destroy the GPtrArray + containing the list of xselected files. + (select_file_internal): Return a GPtrArray of files instead of a + char *. + 2001-12-10 Jon Trowbridge * e-msg-composer.c (get_file_content): Only execute an executable -- cgit v1.2.3