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

Modified Files:
        FreqWindow.cpp 
Log Message:
Getting this to follow changes to prefs.

Index: FreqWindow.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FreqWindow.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- FreqWindow.cpp      19 Apr 2009 22:55:33 -0000      1.71
+++ FreqWindow.cpp      19 Apr 2009 23:35:47 -0000      1.72
@@ -106,9 +106,8 @@
 
       gFreqWindow = new FreqWindow(parent, -1, _("Frequency Analysis"), where);
    }
-
-   gFreqWindow->GetAudio();
-   gFreqWindow->Plot();
+   wxCommandEvent dummy;
+   gFreqWindow->OnReplot(dummy);
    gFreqWindow->Show(true);
    gFreqWindow->Raise();
    gFreqWindow->SetFocus();


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to