From bcdbdf9bcffe229d6f791de69bfc46cb24743fa9 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Mon, 15 Sep 2008 04:26:51 +0000
Subject: Tidy edit menu.

git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1504 a436a847-0d15-0410-975c-d299462d15a1
---
 src/libs/gui/ingen_gui.glade | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

(limited to 'src/libs')

diff --git a/src/libs/gui/ingen_gui.glade b/src/libs/gui/ingen_gui.glade
index e402fb1d..5737f8eb 100644
--- a/src/libs/gui/ingen_gui.glade
+++ b/src/libs/gui/ingen_gui.glade
@@ -143,21 +143,6 @@
                 <property name="use_underline">True</property>
                 <child>
                   <widget class="GtkMenu" id="edit2_menu">
-                    <child>
-                      <widget class="GtkImageMenuItem" id="patch_clear_menuitem">
-                        <property name="visible">True</property>
-                        <property name="tooltip" translatable="yes">Remove all objects from patch</property>
-                        <property name="label">gtk-clear</property>
-                        <property name="use_underline">True</property>
-                        <property name="use_stock">True</property>
-                        <signal name="activate" handler="on_patch_clear_menuitem_activate"/>
-                      </widget>
-                    </child>
-                    <child>
-                      <widget class="GtkSeparatorMenuItem" id="separator99">
-                        <property name="visible">True</property>
-                      </widget>
-                    </child>
                     <child>
                       <widget class="GtkImageMenuItem" id="patch_cut_menuitem">
                         <property name="visible">True</property>
@@ -219,6 +204,16 @@
                         </child>
                       </widget>
                     </child>
+                    <child>
+                      <widget class="GtkImageMenuItem" id="patch_clear_menuitem">
+                        <property name="visible">True</property>
+                        <property name="tooltip" translatable="yes">Remove all objects from patch</property>
+                        <property name="label">gtk-clear</property>
+                        <property name="use_underline">True</property>
+                        <property name="use_stock">True</property>
+                        <signal name="activate" handler="on_patch_clear_menuitem_activate"/>
+                      </widget>
+                    </child>
                     <child>
                       <widget class="GtkImageMenuItem" id="patch_destroy_menuitem">
                         <property name="visible">True</property>
-- 
cgit v1.2.1