Revision: 7160
          http://svn.sourceforge.net/mahogany/?rev=7160&view=rev
Author:   vadz
Date:     2006-11-06 17:58:51 -0800 (Mon, 06 Nov 2006)

Log Message:
-----------
fix Windows compilation (revert first part of rev 6421 change)

Revision Links:
--------------
    http://svn.sourceforge.net/mahogany/?rev=6421&view=rev

Modified Paths:
--------------
    trunk/M/src/classes/MModule.cpp

Modified: trunk/M/src/classes/MModule.cpp
===================================================================
--- trunk/M/src/classes/MModule.cpp     2006-11-07 01:40:19 UTC (rev 7159)
+++ trunk/M/src/classes/MModule.cpp     2006-11-07 01:58:51 UTC (rev 7160)
@@ -782,7 +782,7 @@
    // program/bundle directory elsewhere (not that it mattered anyhow as
    // dynamic modules are not supported neither under Windows nor under Mac
    // right now...)
-   const String globalDir = M_PREFIX;
+   const String globalDir = mApplication->GetGlobalDir();
    if ( globalDir != localDir )
    {
       String pathSystem;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to