Update of /cvsroot/audacity/audacity-src/src In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28768/src
Modified Files: FFmpeg.cpp Log Message: Show "Not found" dialog only if showerr is true. Should prevent it from showing up when preferences dialog is displayed. Index: FFmpeg.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/FFmpeg.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- FFmpeg.cpp 18 Jun 2008 03:10:22 -0000 1.13 +++ FFmpeg.cpp 22 Jun 2008 15:17:41 -0000 1.14 @@ -396,7 +396,7 @@ int dontShowDlg; FFmpegNotFoundDialog *dlg; gPrefs->Read(wxT("/FFmpeg/NotFoundDontShow"),&dontShowDlg,0); - if (dontShowDlg == 0) + if ((dontShowDlg == 0) && (showerr)) { dlg = new FFmpegNotFoundDialog(NULL); dlg->ShowModal(); ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs