summaryrefslogtreecommitdiff
path: root/grc/gui/FlowGraph.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-09-30 11:13:11 -0400
committerTom Rondeau <trondeau@vt.edu>2012-09-30 11:13:11 -0400
commit3283a40bef17d3b2579d8cfbd231dd384b27af41 (patch)
tree39aaf1cebc8ce27df3a7f35ebf4ecde37398d8e0 /grc/gui/FlowGraph.py
parent4cf68113aa79599b019ebad9e0b55349f6287c5e (diff)
parent35e508c6e9462191491ac2c2eae62e60b244d99c (diff)
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'grc/gui/FlowGraph.py')
-rw-r--r--grc/gui/FlowGraph.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/FlowGraph.py b/grc/gui/FlowGraph.py
index 418366dbb8..e3ff4fb37d 100644
--- a/grc/gui/FlowGraph.py
+++ b/grc/gui/FlowGraph.py
@@ -63,6 +63,7 @@ class FlowGraph(Element):
Actions.BLOCK_ENABLE,
Actions.BLOCK_DISABLE,
Actions.BLOCK_PARAM_MODIFY,
+ Actions.OPEN_HIER,
]: self._context_menu.append(action.create_menu_item())
###########################################################################