From 696c7fa9117e95ef9144ca43c8b7037fb68afac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 27 Feb 2015 08:58:25 -0600 Subject: [PATCH 3/3] plugins/thunar-wallpaper: Fix icon Signed-off-by: Robby Workman --- plugins/thunar-wallpaper/twp-provider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/thunar-wallpaper/twp-provider.c b/plugins/thunar-wallpaper/twp-provider.c index 0eb2579..acd5438 100644 --- a/plugins/thunar-wallpaper/twp-provider.c +++ b/plugins/thunar-wallpaper/twp-provider.c @@ -170,7 +170,7 @@ twp_provider_get_file_actions (ThunarxMenuProvider *menu_provider, { action = g_object_new (GTK_TYPE_ACTION, "name", "Twp::setwallpaper", - "icon-name", "background", + "icon-name", "preferences-desktop-wallpaper", "label", _("Set as wallpaper"), NULL); g_signal_connect (action, "activate", G_CALLBACK (twp_action_set_wallpaper), files->data); -- 2.3.1