Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19659/src

Modified Files:
        Project.cpp 
Log Message:
Reverting my second attempted fix for the label undo bug as it wasn't
particularly sane! (Still had problems with menu updating)

I don't think I'll commit any more 'fixes' for this before the release as it
seems to be a slippery one and we're probably better off with the problem we
know about.



Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- Project.cpp 14 Jul 2009 22:19:24 -0000      1.441
+++ Project.cpp 14 Jul 2009 22:34:23 -0000      1.442
@@ -1643,9 +1643,6 @@
    // This is done by only checking the wxClipboard contents during an idle
    // event, thus preventing possible recursion during other event processing.
    //
-   if (!mInIdle)
-      return;
-
    mInIdle = true;
 
    UpdateMenus();


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to