Update of /cvsroot/audacity/lib-src/FileDialog/win In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23440
Modified Files: FileDialogPrivate.cpp Log Message: Prevent interaction with file dialog while options dialog is displayed...preventing opening multiple options dialog. Index: FileDialogPrivate.cpp =================================================================== RCS file: /cvsroot/audacity/lib-src/FileDialog/win/FileDialogPrivate.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- FileDialogPrivate.cpp 2 Jul 2009 22:11:19 -0000 1.17 +++ FileDialogPrivate.cpp 13 Nov 2009 05:21:43 -0000 1.18 @@ -221,7 +221,9 @@ CB_GETCURSEL, 0, 0); + EnableWindow(hwndDialog, FALSE); me->ClickButton(index); + EnableWindow(hwndDialog, TRUE); SetFocus(w); } else if (CDN_SELCHANGE == (pNotifyCode->hdr).code) ------------------------------------------------------------------------------ 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