Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv7835/src/gui

Modified Files:
        wxComposeView.cpp 
Log Message:
Even if the default value for an inserted file is to be inlined, it is actually 
attached.

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.306
retrieving revision 1.307
diff -b -u -2 -r1.306 -r1.307
--- wxComposeView.cpp   14 Sep 2002 22:07:46 -0000      1.306
+++ wxComposeView.cpp   15 Oct 2002 07:37:39 -0000      1.307
@@ -3147,5 +3147,5 @@
    {
       bool dontShowAgain = false;
-      if ( ShowAttachmentDialog(m_editor->GetWindow(), &props, &dontShowAgain) )
+      (void)ShowAttachmentDialog(m_editor->GetWindow(), &props, &dontShowAgain);
       {
          mc->SetName(props.name);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to