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

Modified Files:
        Collect.cpp 
Log Message:
do create nested ADB groups when autocollecting entries from nested folders - why had 
I disabled this?

Index: Collect.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/Collect.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- Collect.cpp 13 Feb 2002 19:57:31 -0000      1.9
+++ Collect.cpp 14 Apr 2002 09:02:39 -0000      1.10
@@ -147,6 +147,4 @@
       //     long delay
 
-      // avoid creating groups with '/'s in the names - this would create
-      // nested groups!
       wxString adbGroupName;
       if ( groupName[0u] == '/' )
@@ -154,5 +152,11 @@
       else
          adbGroupName = groupName;
+
+      // ok, but why exactly is this bad??
+#if 0
+      // avoid creating groups with '/'s in the names - this would create
+      // nested groups!
       adbGroupName.Replace("/", "_");
+#endif // 0
 
       AdbEntryGroup *group = autocollectbook->CreateGroup(adbGroupName);


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to