Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19793/src
Modified Files: PluginManager.cpp Log Message: Ooops. Missed out an '!'. Index: PluginManager.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/PluginManager.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- PluginManager.cpp 8 Nov 2009 11:07:11 -0000 1.2 +++ PluginManager.cpp 8 Nov 2009 11:21:18 -0000 1.3 @@ -93,7 +93,7 @@ if( IsDirty()) { wxFile file(FileNames::PluginsCache(), wxFile::write); - if (file.IsOpened()) + if (!file.IsOpened()) { // Might fail to open... wxLogDebug(wxT("Couldn't open plugins cache for write")); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs