[gnome-software] Use GtkSearchEntry instead of a handrolled search entry



commit 22fb467b3b37840e9fab7187304b1aaa8170e7de
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jun 27 13:54:01 2012 -0400

    Use GtkSearchEntry instead of a handrolled search entry

 src/gnome-software.ui |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index d3cdf1c..38546f4 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -145,7 +145,7 @@
           </packing>
         </child>
         <child>
-          <object class="GtkEntry" id="entry_search">
+          <object class="GtkSearchEntry" id="entry_search">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="margin_left">100</property>
@@ -156,9 +156,7 @@
             <property name="invisible_char_set">True</property>
             <property name="caps_lock_warning">False</property>
             <property name="progress_pulse_step">0.070000000298023224</property>
-            <property name="secondary_icon_stock">gtk-find</property>
             <property name="primary_icon_activatable">False</property>
-            <property name="secondary_icon_activatable">False</property>
             <property name="primary_icon_sensitive">False</property>
           </object>
           <packing>



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