Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28347/src

Modified Files:
        BatchProcessDialog.cpp 
Log Message:
These EndModal calls seem to be surplus to requirements: they cause a failed
assert for me. I think it's because the dialog has already been destroyed by
the time the event handler is called - anyhow, removing them solves it as far
as I can tell.



Index: BatchProcessDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/BatchProcessDialog.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- BatchProcessDialog.cpp      1 Jun 2009 05:43:40 -0000       1.28
+++ BatchProcessDialog.cpp      21 Jun 2009 20:56:00 -0000      1.29
@@ -178,8 +178,6 @@
    if (!mBatchCommands.ApplyChain()) {
       return;
    }
-
-   EndModal(true);
 }
 
 void BatchProcessDialog::OnApplyToFiles(wxCommandEvent &event)
@@ -295,8 +293,6 @@
       }
    }
    project->OnRemoveTracks();
-
-   EndModal(true);
 }
 
 void BatchProcessDialog::OnCancel(wxCommandEvent &event)


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to