From 7a8333fdbf00ea4d2d9fffb9e39da5addbe0d874 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 12 May 2017 15:54:45 +0200 Subject: progress-message-area: fix one GtkStock deprecation --- pluma/pluma-progress-message-area.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluma/pluma-progress-message-area.c b/pluma/pluma-progress-message-area.c index b1284edc..802412cd 100644 --- a/pluma/pluma-progress-message-area.c +++ b/pluma/pluma-progress-message-area.c @@ -141,7 +141,7 @@ pluma_progress_message_area_init (PlumaProgressMessageArea *area) gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0); - area->priv->image = gtk_image_new_from_icon_name (GTK_STOCK_MISSING_IMAGE, + area->priv->image = gtk_image_new_from_icon_name ("image-missing", GTK_ICON_SIZE_SMALL_TOOLBAR); gtk_widget_show (area->priv->image); gtk_widget_set_halign (area->priv->image, GTK_ALIGN_CENTER); -- cgit v1.2.1