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

Modified Files:
        wxMainFrame.cpp 
Log Message:
attempt to fix a crash under wxGTK due to OnIdle() being called too early

Index: wxMainFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMainFrame.cpp,v
retrieving revision 1.183
retrieving revision 1.184
diff -b -u -2 -r1.183 -r1.184
--- wxMainFrame.cpp     4 Jul 2004 23:46:58 -0000       1.183
+++ wxMainFrame.cpp     11 Jul 2004 00:23:31 -0000      1.184
@@ -565,4 +565,6 @@
    // init members
    m_searchData = NULL;
+   m_FolderTree = NULL;
+   m_FolderView = NULL;
 
    // set frame icon/title, create status bar



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to