From bbfa8b1a2462fa6ecb8e776ad66c3578cd4eef51 Mon Sep 17 00:00:00 2001
From: Kartik Patel <kartikpatel1995@gmail.com>
Date: Sat, 28 Jan 2017 17:48:25 +0530
Subject: grc: all actions moved to ActionHandler

grc: minor code edits
---
 grc/gui/Bars.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index c17adf83a4..d9bc2aedb7 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -64,12 +64,12 @@ TOOLBAR_LIST = (
 MENU_BAR_LIST = (
     (gtk.Action('File', '_File', None, None), [
         'flow_graph_new',
+        Actions.FLOW_GRAPH_DUPLICATE,
         Actions.FLOW_GRAPH_OPEN,
         'flow_graph_recent',
         None,
         Actions.FLOW_GRAPH_SAVE,
         Actions.FLOW_GRAPH_SAVE_AS,
-        Actions.FLOW_GRAPH_DUPLICATE,
         Actions.FLOW_GRAPH_SAVE_A_COPY,
         None,
         Actions.FLOW_GRAPH_SCREEN_CAPTURE,
-- 
cgit v1.2.3