Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24543/src/classes
Modified Files:
MApplication.cpp
Log Message:
added --nopython option (mainly useful for debugging)
Index: MApplication.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MApplication.cpp,v
retrieving revision 1.296
retrieving revision 1.297
diff -b -u -2 -r1.296 -r1.297
--- MApplication.cpp 8 Jul 2004 15:19:56 -0000 1.296
+++ MApplication.cpp 24 Oct 2004 12:51:54 -0000 1.297
@@ -562,5 +562,7 @@
// having the same error message each time M is started is annoying, so
// give the user a possibility to disable it
- if ( READ_CONFIG(m_profile, MP_USEPYTHON) && !InitPython() )
+ if ( !m_cmdLineOptions->noPython &&
+ READ_CONFIG(m_profile, MP_USEPYTHON) &&
+ !InitPython() )
{
// show the error messages generated before first
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates