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

Modified Files:
        upgrade.cpp 
Log Message:
Use CopyEntries to update the settings when moving folders

Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.197
retrieving revision 1.198
diff -b -u -2 -r1.197 -r1.198
--- upgrade.cpp 7 Nov 2002 21:24:02 -0000       1.197
+++ upgrade.cpp 12 Nov 2002 17:27:26 -0000      1.198
@@ -1837,10 +1837,10 @@
     @return number of groups copied (may be 0) or -1 on error
 */
-static int
+int
 CopyEntries(wxConfigBase *src,
             const wxString &from,
             const wxString &to,
-            bool recursive = true,
-            wxConfigBase *dest = NULL)
+            bool recursive,
+            wxConfigBase *dest)
 {
    wxString oldPath = src->GetPath();



-------------------------------------------------------
This sf.net email is sponsored by: 
To learn the basics of securing your web site with SSL, 
click here to get a FREE TRIAL of a Thawte Server Certificate: 
http://www.gothawte.com/rd522.html
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to