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

Modified Files:
        DirectoriesPrefs.cpp 
Log Message:
Disable error dialog while modifying the temp directory name

Index: DirectoriesPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/DirectoriesPrefs.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- DirectoriesPrefs.cpp        6 Nov 2006 10:21:05 -0000       1.33
+++ DirectoriesPrefs.cpp        15 Jul 2007 08:31:12 -0000      1.34
@@ -152,6 +152,7 @@
       tempDir = tempDir.BeforeLast(wxFILE_SEP_PATH);
 
    //BG: wxWindows 2.3.2 and higher claim to support this, through a function 
called wxGetDiskSpace
+   wxLogNull nolog;
    wxGetDiskSpace(tempDir, NULL, &space);
    mFreeSpace->SetLabel(Internat::FormatSize(space));
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to