]> git.gag.com Git - debian/gnuradio/commitdiff
std squelch wrapper fix
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 4 Jul 2009 15:53:00 +0000 (15:53 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 4 Jul 2009 15:53:00 +0000 (15:53 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11339 221aa14e-8319-0410-a670-987f0aec2ac5

grc/blocks/blks2_standard_squelch.xml

index fc60a31e8462271cfe7ecdd22e984d0c858eb538..f0baeb6624aacff722180084900e66cfb53e61bb 100644 (file)
@@ -9,7 +9,7 @@
        <key>blks2_standard_squelch</key>
        <import>from gnuradio import blks2</import>
        <make>blks2.standard_squelch(audio_rate=$audio_rate)
-$(id).set_threshold($threshold)</make>
+self.$(id).set_threshold($threshold)</make>
        <callback>set_threshold($threshold)</callback>
        <param>
                <name>Audio Rate</name>