commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8044 - gnuradio/branches/developers/michaelld/wxgui/g


From: michaelld
Subject: [Commit-gnuradio] r8044 - gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python
Date: Wed, 19 Mar 2008 07:06:57 -0600 (MDT)

Author: michaelld
Date: 2008-03-19 07:06:57 -0600 (Wed, 19 Mar 2008)
New Revision: 8044

Modified:
   
gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/waterfallsink2.py
Log:
Fix typo.



Modified: 
gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/waterfallsink2.py
===================================================================
--- 
gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/waterfallsink2.py
  2008-03-19 12:47:58 UTC (rev 8043)
+++ 
gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/waterfallsink2.py
  2008-03-19 13:06:57 UTC (rev 8044)
@@ -109,7 +109,7 @@
                  fft_rate=default_fft_rate, average=False, avg_alpha=None, 
                  title='', size=default_fftsink_size):
 
-        gr.hier_block2.__init__(self, "waterfall_sink_f",
+        gr.hier_block2.__init__(self, "waterfall_sink_c",
                                 gr.io_signature(1, 1, gr.sizeof_gr_complex),
                                 gr.io_signature(0,0,0))
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]