summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2011-02-23 21:55:20 +0000
committerSergey V. Udaltsov <svu@gnome.org>2011-02-23 21:55:20 +0000
commitd913ab8c3f696eb742cae22c9902d3a7b29bb42c (patch)
tree863b816df7c5e55fb884e87980fba37e8608d62e
parent440ec3677d81de693ae49de5922ec769684f9a28 (diff)
downloadlibgnomekbd-d913ab8c3f696eb742cae22c9902d3a7b29bb42c.tar.gz
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
-rw-r--r--libgnomekbd/show-layout.ui16
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>