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

Modified Files:
        MApplication.cpp 
Log Message:
show the Python error messages first and the explanation message afterwards

Index: MApplication.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MApplication.cpp,v
retrieving revision 1.250
retrieving revision 1.251
diff -b -u -2 -r1.250 -r1.251
--- MApplication.cpp    22 Apr 2002 10:12:06 -0000      1.250
+++ MApplication.cpp    22 Apr 2002 13:36:21 -0000      1.251
@@ -489,4 +489,7 @@
    if ( READ_CONFIG(m_profile, MP_USEPYTHON) && ! InitPython() )
    {
+      // show the error messages generated before first
+      wxLog::FlushActive();
+
       static const char *msg =
        "Detected a possible problem with your Python installation.\n"


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to