change rfilter stock icon from gtk-close to gtk-clear

This commit is contained in:
Julien Pivotto 2011-04-18 12:10:47 +02:00
parent b36881782d
commit 86e940e7a7
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@
<property name="no_show_all">True</property>
<property name="editable">False</property>
<property name="can_focus">True</property>
<property name="primary_icon_stock">gtk-close</property>
<property name="primary_icon_stock">gtk-clear</property>
<property name="primary_icon_activatable">True</property>
<signal name="changed" handler="on_rfilter_entry_changed"/>
<signal name="icon_press" handler="on_rfilter_entry_icon_press"/>