From ab1a3a137a903d046e4b2be7a12335b8da22b3d1 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 20 Jan 2016 15:57:48 +0300 Subject: share: use gtk_image_new_from_icon_name in both GTK+ builds --- share/caja-share.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/caja-share.c b/share/caja-share.c index 07b2195..3c183bb 100644 --- a/share/caja-share.c +++ b/share/caja-share.c @@ -818,7 +818,7 @@ create_property_page (CajaFileInfo *fileinfo) gtk_button_set_label (GTK_BUTTON (page->button_apply), apply_button_label); gtk_button_set_use_underline (GTK_BUTTON (page->button_apply), TRUE); - gtk_button_set_image (GTK_BUTTON (page->button_apply), gtk_image_new_from_stock (GTK_STOCK_SAVE, GTK_ICON_SIZE_BUTTON)); + gtk_button_set_image (GTK_BUTTON (page->button_apply), gtk_image_new_from_icon_name ("document-save", GTK_ICON_SIZE_BUTTON)); gtk_widget_set_sensitive (page->button_apply, FALSE); -- cgit v1.2.1