From a1e53835ca8e1d0d18bc9f79cfe4baec2f9edf1d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 20 Dec 2013 11:30:44 +0000 Subject: Use named icons rather than (deprecated) stock items. --- libindicator/indicator-ng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicator/indicator-ng.c') diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c index 507f979..c7a4899 100644 --- a/libindicator/indicator-ng.c +++ b/libindicator/indicator-ng.c @@ -252,7 +252,7 @@ indicator_ng_set_icon_from_variant (IndicatorNg *self, { gchar *text = g_variant_print (variant, TRUE); g_warning ("invalid icon variant '%s'", text); - gtk_image_set_from_stock (self->entry.image, GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_LARGE_TOOLBAR); + gtk_image_set_from_icon_name (self->entry.image, "image-missing", GTK_ICON_SIZE_LARGE_TOOLBAR); g_free (text); } } -- cgit v1.2.3