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

Modified Files:
        wxComposeView.cpp 
Log Message:
compilation fixes for wxUSE_DND == 0 (needed for wxMotif)

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.393
retrieving revision 1.394
diff -b -u -2 -r1.393 -r1.394
--- wxComposeView.cpp   24 Nov 2005 13:30:53 -0000      1.393
+++ wxComposeView.cpp   15 Jan 2006 19:53:24 -0000      1.394
@@ -1945,4 +1945,5 @@
 };
 
+#if wxUSE_DND
 
 class wxComposeViewDropTarget : public wxDropTarget 
@@ -2018,4 +2019,5 @@
 };
 
+#endif // wxUSE_DND
 
 void
@@ -2038,7 +2040,9 @@
    CreateToolAndStatusBars();
 
+#if wxUSE_DND
    // Create the wxDropTarget subclass that allows to
    // drop files or messages in the Composer window
    SetDropTarget(new wxComposeViewDropTarget(this));
+#endif // wxUSE_DND
 
    // create the child controls



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to