[dots/remove-assistant: 1/38] Remove Import from the UI



commit 5c8ef60b8324b301d3e55a6a6c7b9d7d6c10654c
Author: Fernando Herrera <fherrera onirica com>
Date:   Thu Jul 8 03:02:07 2010 +0200

    Remove Import from the UI

 data/app_window.xml |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)
---
diff --git a/data/app_window.xml b/data/app_window.xml
index 0856090..8f5ad68 100644
--- a/data/app_window.xml
+++ b/data/app_window.xml
@@ -22,15 +22,6 @@
                   <object class="GtkMenu" id="menu1">
                     <property name="visible">True</property>
                     <child>
-                      <object class="GtkImageMenuItem" id="menuitem5">
-                        <property name="visible">True</property>
-                        <property name="use_action_appearance">True</property>
-                        <property name="related_action">action_import</property>
-                        <property name="use_underline">True</property>
-                        <property name="use_stock">True</property>
-                      </object>
-                    </child>
-                    <child>
                       <object class="GtkImageMenuItem" id="imagemenuitem2">
                         <property name="visible">True</property>
                         <property name="use_action_appearance">True</property>
@@ -205,19 +196,6 @@
                 <property name="homogeneous">True</property>
               </packing>
             </child>
-            <child>
-              <object class="GtkToolButton" id="toolbutton3">
-                <property name="visible">True</property>
-                <property name="use_action_appearance">True</property>
-                <property name="related_action">action_import</property>
-                <property name="label" translatable="yes">toolbutton3</property>
-                <property name="use_underline">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="homogeneous">True</property>
-              </packing>
-            </child>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -252,7 +230,6 @@
   <object class="GtkAction" id="action_open">
     <property name="tooltip">Open a file</property>
     <property name="stock_id">gtk-open</property>
-    <property name="sensitive">False</property>
     <signal name="activate" handler="_onOpen"/>
   </object>
   <object class="GtkAction" id="action_save">
@@ -267,10 +244,4 @@
     <property name="stock_id">gtk-quit</property>
     <signal name="activate" handler="_onQuit"/>
   </object>
-  <object class="GtkAction" id="action_import">
-    <property name="label">Import Document...</property>
-    <property name="short_label">Import</property>
-    <property name="icon_name">x-office-document</property>
-    <signal name="activate" handler="_onImport"/>
-  </object>
 </interface>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]