Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1887/src/gui
Modified Files:
wxComposeView.cpp
Log Message:
don't give the error if the message couldn't be sent, this is already done by
SendMessage::SendOrQueue()
Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.371
retrieving revision 1.372
diff -b -u -2 -r1.371 -r1.372
--- wxComposeView.cpp 8 Sep 2004 21:59:26 -0000 1.371
+++ wxComposeView.cpp 19 Sep 2004 15:45:09 -0000 1.372
@@ -4175,9 +4175,5 @@
else // message not sent
{
- if ( mApplication->GetLastError() != M_ERROR_CANCEL )
- {
- wxLogError(_("The message couldn't be sent."));
- }
- //else: cancelled by user, don't give the error
+ // message error already given by SendOrQueue()
wxLogStatus(this, _("Message was not sent."));
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates