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

Modified Files:
        wxComposeView.cpp 
Log Message:
fixed bug with message text being truncated when the encoding of the message 
was different from the encoding used in the composer (typically, a reply to 
UTF-8 message written in any multibyte encoding)

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.405
retrieving revision 1.406
diff -b -u -2 -r1.405 -r1.406
--- wxComposeView.cpp   9 Apr 2006 00:41:04 -0000       1.405
+++ wxComposeView.cpp   16 Apr 2006 19:46:26 -0000      1.406
@@ -4444,5 +4444,5 @@
                               MimeType::TEXT,
                               *text,
-                              part->GetLength(),
+                              text->length(),
                               _T("PLAIN"),
                               _T("INLINE"),  // disposition



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to