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

Modified Files:
        Project.cpp 
Log Message:
Partially reverting last change as it caused some delays and didn't really 
cover all cases anyway.

Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- Project.cpp 20 Apr 2007 04:31:48 -0000      1.303
+++ Project.cpp 20 Apr 2007 05:40:53 -0000      1.304
@@ -3227,10 +3227,6 @@
       mProgressDialog[mProgressCurrent] = NULL;
    }
 
-   GetMenuBar()->Enable(false);
-   GetMenuBar()->Enable(wxID_ABOUT, false);
-   GetMenuBar()->Enable(wxID_PREFERENCES, false);
-   GetMenuBar()->Enable(wxID_EXIT, false);
    wxStartTimer();
    wxBeginBusyCursor();
    wxSafeYield(this, true);
@@ -3245,11 +3241,6 @@
    if (wxIsBusy()) {
       wxEndBusyCursor();
    }
-
-   GetMenuBar()->Enable(wxID_EXIT, true);
-   GetMenuBar()->Enable(wxID_PREFERENCES, true);
-   GetMenuBar()->Enable(wxID_ABOUT, true);
-   GetMenuBar()->Enable(true);
 }
 
 bool AudacityProject::ProgressUpdate(int value, const wxString &message)


-------------------------------------------------------------------------
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