[gnome-control-center] shell: Use symbolic icons in the search entry
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Use symbolic icons in the search entry
- Date: Sat, 12 Feb 2011 14:48:12 +0000 (UTC)
commit 19082e16ac24bed6c68b8786b888401da46cf59d
Author: Bastien Nocera <hadess hadess net>
Date: Sat Feb 12 14:46:25 2011 +0000
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 0e8a54a..03903d9 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 1fd009b..b1c79d9 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -50,7 +50,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
- <property name="secondary_icon_stock">gtk-find</property>
+ <property name="secondary-icon-name">edit-find-symbolic</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]