diff options
author | raveit65 <[email protected]> | 2017-05-12 21:53:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-11 21:33:48 +0200 |
commit | f37fe2d075a258cd6764065f62862093aa29b131 (patch) | |
tree | f8f99e578bdf5341c88ad67eb42c719c9af0bdae /plugins/filebrowser | |
parent | 4b95d8b2b78964a2eae4ff077e53de8ce3c7e9b0 (diff) | |
download | pluma-f37fe2d075a258cd6764065f62862093aa29b131.tar.bz2 pluma-f37fe2d075a258cd6764065f62862093aa29b131.tar.xz |
file-browser-widget: fix one stock deprecation
Diffstat (limited to 'plugins/filebrowser')
-rw-r--r-- | plugins/filebrowser/pluma-file-browser-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |