diff options
author | Seth Hitefield <sdhitefield@gmail.com> | 2014-06-11 11:27:55 -0400 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-06-13 11:04:26 +0200 |
commit | 9d6284c1e2317995c2ac959de0fa4f0668c0064d (patch) | |
tree | 9ffa264f8a910dd93f2ec923d22afd40c4c7086b /grc/gui/Bars.py | |
parent | 8949a9e00e989e98abf334f839b7a4e91a2339e4 (diff) |
grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions.
Moved clear reports under view and grouped all Report menu items together
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r-- | grc/gui/Bars.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index defde1cc57..11e35c992b 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -89,12 +89,13 @@ MENU_BAR_LIST = ( Actions.BLOCK_DISABLE, None, Actions.BLOCK_PARAM_MODIFY, - Actions.CLEAR_REPORTS, ]), (gtk.Action('View', '_View', None, None), [ Actions.TOGGLE_BLOCKS_WINDOW, + None, Actions.TOGGLE_REPORTS_WINDOW, Actions.TOGGLE_SCROLL_LOCK, + Actions.CLEAR_REPORTS, None, Actions.ERRORS_WINDOW_DISPLAY, Actions.FIND_BLOCKS, |