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

Modified Files:
        Profile.cpp 
Log Message:
rewrote Profile to use ConfigSource

Index: Profile.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Profile.cpp,v
retrieving revision 1.142
retrieving revision 1.143
diff -b -u -2 -r1.142 -r1.143
--- Profile.cpp 22 Jul 2003 22:01:39 -0000      1.142
+++ Profile.cpp 29 Aug 2003 00:08:08 -0000      1.143
@@ -1,13 +1,16 @@
-/*-*- c++ -*-********************************************************
- * Profile - managing configuration options on a per class basis    *
- *                                                                  *
- * (C) 1998-2000 by Karsten Ball�der ([EMAIL PROTECTED])            *
- *                                                                  *
- * $Id$
- *
- *******************************************************************/
+///////////////////////////////////////////////////////////////////////////////
+// Project:     M - cross platform e-mail GUI client
+// File name:   Profile.cpp
[...2141 lines suppressed...]
-   conf->SetPath(profile->GetConfigPath());
+   conf->SetPath(profile->GetName());
 
    RestoreArray(conf, astr, key);
@@ -1579,5 +1736,5 @@
 
 // ----------------------------------------------------------------------------
-// private functions
+// miscellaneous other Profile functions
 // ----------------------------------------------------------------------------
 
@@ -1609,8 +1766,4 @@
    return filteredName;
 }
-
-// ----------------------------------------------------------------------------
-// misc
-// ----------------------------------------------------------------------------
 
 bool ProfileImpl::IsAncestor(Profile *profile) const



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to