[gtk+] widget-factory: Use a standard icon name



commit eaa3329cde54ede48fc55b4d59c4663ede2333c9
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 30 13:24:28 2014 -0400

    widget-factory: Use a standard icon name
    
    Using edit-find instead of search has the advantage that there
    is a symbolic variant of the icon.

 demos/widget-factory/widget-factory.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 011cda5..9f2a097 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -2477,7 +2477,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                                       <object class="GtkToolButton">
                                         <property name="visible">True</property>
                                         <property name="label" translatable="yes">Search</property>
-                                        <property name="icon-name">search</property>
+                                        <property name="icon-name">edit-find</property>
                                         <property name="action-name">win.search</property>
                                         <property name="tooltip-text" translatable="yes">Search for 
it</property>
                                       </object>


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