summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
diff options
context:
space:
mode:
authorJohnathan Corgan2009-09-18 22:27:38 -0700
committerJohnathan Corgan2009-09-18 22:27:38 -0700
commit4cadf11430e76cd79aa7df20b76c0ced6779248b (patch)
tree25d23752cee01651851251254d1b70f10fb66c5e /grc/gui/Bars.py
parentcc5657e25f8e8f364cb6553e9eb8289cc0aca027 (diff)
parent54f913876e5d92fa66f4bcf3a1c773a503e907f8 (diff)
downloadgnuradio-4cadf11430e76cd79aa7df20b76c0ced6779248b.tar.gz
gnuradio-4cadf11430e76cd79aa7df20b76c0ced6779248b.tar.bz2
gnuradio-4cadf11430e76cd79aa7df20b76c0ced6779248b.zip
Merge branch 'grc' of http://gnuradio.org/git/jblum into master
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r--grc/gui/Bars.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index fff5ebc08..8fd167869 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -39,6 +39,7 @@ TOOLBAR_LIST = (
Actions.FLOW_GRAPH_UNDO,
Actions.FLOW_GRAPH_REDO,
None,
+ Actions.ERRORS_WINDOW_DISPLAY,
Actions.FLOW_GRAPH_GEN,
Actions.FLOW_GRAPH_EXEC,
Actions.FLOW_GRAPH_KILL,
@@ -81,6 +82,9 @@ MENU_BAR_LIST = (
None,
Actions.BLOCK_PARAM_MODIFY,
]),
+ (gtk.Action('View', '_View', None, None), [
+ Actions.ERRORS_WINDOW_DISPLAY,
+ ]),
(gtk.Action('Build', '_Build', None, None), [
Actions.FLOW_GRAPH_GEN,
Actions.FLOW_GRAPH_EXEC,