Revision: 7487
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7487&view=rev
Author:   vadz
Date:     2008-07-20 22:02:34 +0000 (Sun, 20 Jul 2008)

Log Message:
-----------
use correct length for the message part text after recoding it, not the 
original length (bug 922)

Modified Paths:
--------------
    trunk/M/src/gui/wxComposeView.cpp

Modified: trunk/M/src/gui/wxComposeView.cpp
===================================================================
--- trunk/M/src/gui/wxComposeView.cpp   2008-07-20 21:50:53 UTC (rev 7486)
+++ trunk/M/src/gui/wxComposeView.cpp   2008-07-20 22:02:34 UTC (rev 7487)
@@ -4437,7 +4437,7 @@
                msg->AddPart(
                               MimeType::TEXT,
                               textBuf,
-                              text.length(),
+                              strlen(textBuf),
                               _T("PLAIN"),
                               _T("INLINE"),  // disposition
                               NULL,          // disposition parameters


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to