Made the form instances in the gui variables "private", ie, added an underscore.
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 25 Jun 2009 22:48:04 +0000 (22:48 +0000)
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 25 Jun 2009 22:48:04 +0000 (22:48 +0000)
commit80a5f5537dcc9a2344d9a127d7dcdee5e69e05cd
tree2efe25609e3682fa8b6d8ebcae1452634bac63aa
parentdeb7e98d2c413869e6615fb011f24c2a9944c6d3
Made the form instances in the gui variables "private", ie, added an underscore.
The generated code looks makes more sense, and it may avoid a possible variable collision.

Fixed up variable config to re-read the config file before writing,
so 2 or more variables using the same config file cant "fight".

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11284 221aa14e-8319-0410-a670-987f0aec2ac5
grc/blocks/variable_check_box.xml
grc/blocks/variable_chooser.xml
grc/blocks/variable_config.xml
grc/blocks/variable_slider.xml
grc/blocks/variable_static_text.xml
grc/blocks/variable_text_box.xml