[libgnomekbd] Removed Printing of preview



commit d913ab8c3f696eb742cae22c9902d3a7b29bb42c
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Wed Feb 23 21:55:20 2011 +0000

    Removed Printing of preview
    
    The code is there, the button can be added back to .ui file if necessary
    https://bugzilla.gnome.org/show_bug.cgi?id=642903

 libgnomekbd/show-layout.ui |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/libgnomekbd/show-layout.ui b/libgnomekbd/show-layout.ui
index 74bbdb6..8b3f90f 100644
--- a/libgnomekbd/show-layout.ui
+++ b/libgnomekbd/show-layout.ui
@@ -30,21 +30,6 @@
             <property name="visible">True</property>
             <property name="layout_style">end</property>
             <child>
-              <object class="GtkButton" id="btnPrint">
-                <property name="label">gtk-print</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                <property name="use_stock">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
               <object class="GtkButton" id="btnClose">
                 <property name="label">gtk-close</property>
                 <property name="visible">True</property>
@@ -69,7 +54,6 @@
       </object>
     </child>
     <action-widgets>
-      <action-widget response="2">btnPrint</action-widget>
       <action-widget response="-7">btnClose</action-widget>
     </action-widgets>
   </object>



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