Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv27072

Modified Files:
        BatchProcessDialog.cpp 
Log Message:
Only load the chain once when applying to files

Index: BatchProcessDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/BatchProcessDialog.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- BatchProcessDialog.cpp      2 Oct 2006 12:58:47 -0000       1.14
+++ BatchProcessDialog.cpp      15 Oct 2006 06:39:31 -0000      1.15
@@ -270,6 +270,7 @@
    d.Show();
    Hide();
 
+   mBatchCommands.ReadChain(name);
    for (i = 0; i < (int)files.GetCount(); i++) {
       wxWindowDisabler wd(&d);
       if (i > 0) {
@@ -279,7 +280,6 @@
       mList->SetItemImage(i, 1, 1);
       mList->EnsureVisible(i);
 
-      mBatchCommands.ReadChain(name);
       if (!mBatchCommands.ApplyChain(files[i])) {
          break;
       }


-------------------------------------------------------------------------
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
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to