summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
diff options
context:
space:
mode:
authorJosh Blum2009-09-18 02:22:43 -0700
committerJosh Blum2009-09-18 02:22:43 -0700
commitd28d40d33dac481296e1f836ec57f1018041d418 (patch)
tree9eb162aae0088a69863da66eb2c1f05a2e111615 /grc/gui/Bars.py
parent14895064d7345c2223ff2b8ff3b9cbcdf69dd8c9 (diff)
downloadgnuradio-d28d40d33dac481296e1f836ec57f1018041d418.tar.gz
gnuradio-d28d40d33dac481296e1f836ec57f1018041d418.tar.bz2
gnuradio-d28d40d33dac481296e1f836ec57f1018041d418.zip
put the flow graph errors button into the toolbar
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r--grc/gui/Bars.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index 17835eb00..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,