Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv4827/src/classes
Modified Files:
ConfigSource.cpp
Log Message:
don't ignore the non default config file under Unix
Index: ConfigSource.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/ConfigSource.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- ConfigSource.cpp 7 Oct 2003 23:43:13 -0000 1.11
+++ ConfigSource.cpp 16 Jan 2004 23:27:21 -0000 1.12
@@ -328,5 +328,6 @@
wxConfigBase *config = NULL;
- String localFilePath, globalFilePath;
+ String localFilePath = filename,
+ globalFilePath;
#ifdef OS_UNIX
@@ -491,5 +492,4 @@
#elif defined(OS_WIN)
// under Windows we just use the registry if the filename is not specified
- localFilePath = filename;
if ( localFilePath.empty() )
{
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates