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

Modified Files:
        ControlToolBar.cpp 
Log Message:
First cleanup of Chain processing.

Index: ControlToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ControlToolBar.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ControlToolBar.cpp  17 Sep 2006 08:23:44 -0000      1.2
+++ ControlToolBar.cpp  1 Oct 2006 07:23:26 -0000       1.3
@@ -619,7 +619,7 @@
 void ControlToolBar::OnBatch(wxCommandEvent &evt)
 {
    AudacityProject *proj = GetActiveProject();
-   proj->OnBatch();
+   proj->OnApplyChain();
 
    mPlay->Enable();
    mStop->Enable();


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to