commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 04/17: blocks: hide 'ignore tag' param for


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/17: blocks: hide 'ignore tag' param for 'throttle' block in GRC if it's the default value (i.e. old look before param was added)
Date: Mon, 31 Mar 2014 20:15:53 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit d0886cb2db275474295b414d64bf40a8ced5942a
Author: Balint Seeber <address@hidden>
Date:   Wed Mar 26 18:45:24 2014 -0700

    blocks: hide 'ignore tag' param for 'throttle' block in GRC if it's the 
default value (i.e. old look before param was added)
---
 gr-blocks/grc/blocks_throttle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gr-blocks/grc/blocks_throttle.xml 
b/gr-blocks/grc/blocks_throttle.xml
index 06f96b1..790e195 100644
--- a/gr-blocks/grc/blocks_throttle.xml
+++ b/gr-blocks/grc/blocks_throttle.xml
@@ -58,6 +58,7 @@
         <key>ignoretag</key>
         <value>True</value>
         <type>bool</type>
+        <hide>#if str($ignoretag()) == 'True' then 'part' else 'none'#</hide>
     </param>
        <check>$vlen &gt; 0</check>
        <sink>



reply via email to

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