From f37fe2d075a258cd6764065f62862093aa29b131 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 12 May 2017 21:53:46 +0200 Subject: file-browser-widget: fix one stock deprecation --- plugins/filebrowser/pluma-file-browser-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filebrowser/pluma-file-browser-widget.c b/plugins/filebrowser/pluma-file-browser-widget.c index 11fa6a20..4fab0f47 100644 --- a/plugins/filebrowser/pluma-file-browser-widget.c +++ b/plugins/filebrowser/pluma-file-browser-widget.c @@ -708,7 +708,7 @@ fill_combo_model (PlumaFileBrowserWidget * obj) GtkTreeIter iter; GdkPixbuf *icon; - icon = pluma_file_browser_utils_pixbuf_from_theme (GTK_STOCK_HOME, GTK_ICON_SIZE_MENU); + icon = pluma_file_browser_utils_pixbuf_from_theme ("go-home", GTK_ICON_SIZE_MENU); gtk_tree_store_append (store, &iter, NULL); gtk_tree_store_set (store, &iter, -- cgit v1.2.1