From 19082e16ac24bed6c68b8786b888401da46cf59d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 12 Feb 2011 14:46:25 +0000 Subject: [PATCH] shell: Use symbolic icons in the search entry https://bugzilla.gnome.org/show_bug.cgi?id=642167 --- shell/gnome-control-center.c | 4 ++-- shell/shell.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c index 0e8a54a8b..03903d99f 100644 --- a/shell/gnome-control-center.c +++ b/shell/gnome-control-center.c @@ -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); diff --git a/shell/shell.ui b/shell/shell.ui index 1fd009b3f..b1c79d94c 100644 --- a/shell/shell.ui +++ b/shell/shell.ui @@ -50,7 +50,7 @@ True True - gtk-find + edit-find-symbolic