From a00b94ec4a9949125ddb1711abf49d4d575d290d Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Fri, 22 Nov 2013 21:34:47 +0100
Subject: grc: toggle visibility of report and block tree widgets

---
 grc/gui/Bars.py | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'grc/gui/Bars.py')

diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index 92d87c8809..6c72b04eca 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -88,7 +88,10 @@ MENU_BAR_LIST = (
         Actions.BLOCK_PARAM_MODIFY,
     ]),
     (gtk.Action('View', '_View', None, None), [
+        Actions.TOGGLE_BLOCKTREE_WIDGET,
+        Actions.TOGGLE_REPORT_WIDGET,
         Actions.ERRORS_WINDOW_DISPLAY,
+        None,
         Actions.FIND_BLOCKS,
     ]),
     (gtk.Action('Build', '_Build', None, None), [
-- 
cgit v1.2.3