[gitg] Use GtkSearchEntry



commit 664694aaba66339b1312389ef27810985b2dbaff
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Oct 17 08:29:25 2012 +0200

    Use GtkSearchEntry

 gitg/resources/ui/gitg-window.ui |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index b0c5427..923d317 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -37,15 +37,12 @@
                     <property name="xalign">1</property>
                     <property name="xscale">0</property>
                     <child>
-                      <object class="GtkEntry" id="search-entry">
+                      <object class="GtkSearchEntry" id="search-entry">
                         <property name="width_request">210</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="invisible_char">â</property>
                         <property name="invisible_char_set">True</property>
-                        <property name="secondary_icon_name">edit-find-symbolic</property>
-                        <property name="secondary_icon_activatable">False</property>
-                        <property name="secondary_icon_sensitive">False</property>
                       </object>
                     </child>
                   </object>



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