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

Modified Files:
        wxMDialogs.cpp 
Log Message:
splash screen timer should be single shot, fixes crash under Mac

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.370
retrieving revision 1.371
diff -b -u -2 -r1.370 -r1.371
--- wxMDialogs.cpp      5 May 2002 23:07:55 -0000       1.370
+++ wxMDialogs.cpp      6 May 2002 11:29:38 -0000       1.371
@@ -1003,5 +1003,5 @@
       {
          m_window = window;
-         Start(READ_APPCONFIG(MP_SPLASHDELAY)*1000);
+         Start(READ_APPCONFIG(MP_SPLASHDELAY)*1000, TRUE /* single shot */);
       }
 


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to