aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/e-shell-searchbar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c
index 766c529827..d00ed7c9be 100644
--- a/shell/e-shell-searchbar.c
+++ b/shell/e-shell-searchbar.c
@@ -729,8 +729,8 @@ shell_searchbar_constructed (GObject *object)
widget, "secondary-icon-sensitive",
G_BINDING_SYNC_CREATE);
g_object_bind_property (
- action, "stock-id",
- widget, "secondary-icon-stock",
+ action, "icon-name",
+ widget, "secondary-icon-name",
G_BINDING_SYNC_CREATE);
g_object_bind_property (
action, "tooltip",
@@ -744,8 +744,8 @@ shell_searchbar_constructed (GObject *object)
widget, "primary-icon-sensitive",
G_BINDING_SYNC_CREATE);
g_object_bind_property (
- action, "stock-id",
- widget, "primary-icon-stock",
+ action, "icon-name",
+ widget, "primary-icon-name",
G_BINDING_SYNC_CREATE);
g_object_bind_property (
action, "tooltip",