From 5d1ce94095bd2120a2fd2df087aae45085f53989 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 25 Sep 2009 12:27:29 -0700 Subject: [PATCH] Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57. --- grc/blocks/options.xml | 29 ++++++----------------------- grc/gui/PropsDialog.py | 11 ++++++----- grc/python/flow_graph.tmpl | 5 ----- 3 files changed, 12 insertions(+), 33 deletions(-) diff --git a/grc/blocks/options.xml b/grc/blocks/options.xml index 4d0dd289..1798a69f 100644 --- a/grc/blocks/options.xml +++ b/grc/blocks/options.xml @@ -77,37 +77,20 @@ else: self.stop(); self.wait() string #if $generate_options() == 'hb' then 'none' else 'all'# - - Run Options - run_options - prompt - enum - #if $generate_options() == 'no_gui' then 'none' else 'all'# - - - Run run True bool - -#if $generate_options() == 'wx_gui' - #if $run() - part + #if $generate_options() == 'wx_gui' + #if str($run) == 'True' +part#slurp #else - none +none#slurp #end if #else - all -#end if - +all#slurp +#end if