shell: Use symbolic icons in the search entry

https://bugzilla.gnome.org/show_bug.cgi?id=642167
This commit is contained in:
Bastien Nocera 2011-02-12 14:46:25 +00:00
parent d7d5e7124b
commit 19082e16ac
2 changed files with 3 additions and 3 deletions

View file

@ -445,7 +445,7 @@ search_entry_changed_cb (GtkEntry *entry,
{
shell_show_overview_page (priv);
g_object_set (G_OBJECT (entry),
"secondary-icon-name", "gtk-find",
"secondary-icon-name", "edit-find-symbolic",
"secondary-icon-activatable", FALSE,
"secondary-icon-sensitive", FALSE,
NULL);
@ -456,7 +456,7 @@ search_entry_changed_cb (GtkEntry *entry,
gtk_notebook_set_current_page (GTK_NOTEBOOK (priv->notebook),
SEARCH_PAGE);
g_object_set (G_OBJECT (entry),
"secondary-icon-name", "gtk-clear",
"secondary-icon-name", "edit-clear-symbolic",
"secondary-icon-activatable", TRUE,
"secondary-icon-sensitive", TRUE,
NULL);

View file

@ -50,7 +50,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x25CF;</property>
<property name="secondary_icon_stock">gtk-find</property>
<property name="secondary-icon-name">edit-find-symbolic</property>
</object>
</child>
</object>