Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv789
Modified Files: Menus.cpp Log Message: for on-demand sort P3 bug. Forgot to handle import case Index: Menus.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/Menus.cpp,v retrieving revision 1.525 retrieving revision 1.526 diff -u -d -r1.525 -r1.526 --- Menus.cpp 19 Sep 2009 00:03:57 -0000 1.525 +++ Menus.cpp 19 Sep 2009 09:24:15 -0000 1.526 @@ -4321,6 +4321,7 @@ //sort selected files by OD status. Load non OD first so user can edit asap. //first sort selectedFiles. selectedFiles.Sort(CompareNoCaseFileName); + ODManager::Pause(); for (size_t ff = 0; ff < selectedFiles.GetCount(); ff++) { wxString fileName = selectedFiles[ff]; @@ -4332,6 +4333,7 @@ } HandleResize(); // Adjust scrollers for new track sizes. + ODManager::Resume(); } void AudacityProject::OnImportLabels() ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs