diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-08 08:44:02 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-09 15:32:43 +0100 |
commit | 16b849a8c136130f11805c04bddb7ee1e7da73e4 (patch) | |
tree | 38bb55c6813c92f0b46ae6f8f11f2b52a5cae603 | |
parent | ed4ebdb93f3256ba758c0f26ab9fdbea151d162c (diff) | |
download | mate-panel-16b849a8c136130f11805c04bddb7ee1e7da73e4.tar.bz2 mate-panel-16b849a8c136130f11805c04bddb7ee1e7da73e4.tar.xz |
button-widget: do not use deprecated GTK_STOCK_MISSING_IMAGE
-rw-r--r-- | mate-panel/button-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/button-widget.c b/mate-panel/button-widget.c index a664c075..52a42c57 100644 --- a/mate-panel/button-widget.c +++ b/mate-panel/button-widget.c @@ -236,7 +236,7 @@ button_widget_reload_pixbuf (ButtonWidget *button) //FIXME: this is not rendered at button->priv->size GtkIconTheme *icon_theme = gtk_icon_theme_get_default(); button->priv->pixbuf = gtk_icon_theme_load_icon (icon_theme, - GTK_STOCK_MISSING_IMAGE, + "image-missing", GTK_ICON_SIZE_BUTTON, GTK_ICON_LOOKUP_FORCE_SVG | GTK_ICON_LOOKUP_USE_BUILTIN, NULL); |