Revision: 7493
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7493&view=rev
Author:   vadz
Date:     2008-07-26 18:14:24 +0000 (Sat, 26 Jul 2008)

Log Message:
-----------
we don't need preview text in Build()

Modified Paths:
--------------
    trunk/M/src/mail/SendMessageCC.cpp

Modified: trunk/M/src/mail/SendMessageCC.cpp
===================================================================
--- trunk/M/src/mail/SendMessageCC.cpp  2008-07-26 17:00:21 UTC (rev 7492)
+++ trunk/M/src/mail/SendMessageCC.cpp  2008-07-26 18:14:24 UTC (rev 7493)
@@ -1633,11 +1633,10 @@
    hostlist[1] = NIL;
 
    // preview message being sent if asked for it
-   String msgText;
    bool confirmSend;
    if ( READ_CONFIG(m_profile, MP_PREVIEW_SEND) )
    {
-      Preview(&msgText);
+      Preview();
 
       // if we preview it, we want to confirm it too
       confirmSend = true;


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