Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30812/src/gui

Modified Files:
        wxComposeView.cpp 
Log Message:
Correctly record the attachment's properties in the composer

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.360
retrieving revision 1.361
diff -b -u -2 -r1.360 -r1.361
--- wxComposeView.cpp   16 Mar 2004 00:00:58 -0000      1.360
+++ wxComposeView.cpp   17 Mar 2004 10:02:12 -0000      1.361
@@ -3577,4 +3577,5 @@
    props.mimetype = strMimeType;
    mc->SetFile(props.filename);
+   mc->SetName(props.name);
 
    // by default propose to send the images and text parts inline but all the
@@ -3585,4 +3586,5 @@
                         ? AttachmentProperties::Disposition_Inline
                         : AttachmentProperties::Disposition_Attachment;
+   mc->SetDisposition(props.GetDisposition());
 
    // show the attachment properties dialog automatically?



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to