printers: don't override search entry's icon name

GtkSearchEntry already gets it right; this icon should be symbolic and
there's no need to override it.

https://bugzilla.gnome.org/show_bug.cgi?id=684827
This commit is contained in:
Cosimo Cecchi 2012-09-25 17:38:31 -04:00
parent cc07f54956
commit 420240840a

View file

@ -158,7 +158,6 @@
<property name="invisible_char">●</property>
<property name="truncate_multiline">True</property>
<property name="invisible_char_set">True</property>
<property name="secondary_icon_stock">gtk-find</property>
<property name="secondary_icon_tooltip_text" translatable="yes">Search for network printers or filter result</property>
<property name="secondary_icon_tooltip_markup" translatable="yes">Search for network printers or filter result</property>
<property name="placeholder_text">Enter address of a printer or a text to filter results</property>