summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
diff options
context:
space:
mode:
authorTim O'Shea2012-09-25 11:40:10 -0400
committerJohnathan Corgan2012-09-28 10:05:41 -0700
commita07fe1904412af78b3d70a6225e6efe10c9efbe5 (patch)
tree5e62609b052a2469fb4266d8b4cc5e2bb1966981 /grc/gui/Bars.py
parent96f181f29afbae43fa449297a232637fadf426d0 (diff)
downloadgnuradio-a07fe1904412af78b3d70a6225e6efe10c9efbe5.tar.gz
gnuradio-a07fe1904412af78b3d70a6225e6efe10c9efbe5.tar.bz2
gnuradio-a07fe1904412af78b3d70a6225e6efe10c9efbe5.zip
adding GRC Reload Block XML action
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r--grc/gui/Bars.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index 8fd167869..0cdbdbb12 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -49,6 +49,8 @@ TOOLBAR_LIST = (
None,
Actions.BLOCK_ENABLE,
Actions.BLOCK_DISABLE,
+ None,
+ Actions.RELOAD_BLOCKS,
)
##The list of actions and categories for the menu bar.