From f77f41e21ade7d44ede8c990959807adf77a430b Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 23 May 2013 09:02:44 -0400 Subject: indicator-image-helper: stop using deprecated gtk_icon_info_free() --- libindicator/indicator-image-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicator') diff --git a/libindicator/indicator-image-helper.c b/libindicator/indicator-image-helper.c index aff9e39..04cc71d 100644 --- a/libindicator/indicator-image-helper.c +++ b/libindicator/indicator-image-helper.c @@ -119,7 +119,7 @@ refresh_image (GtkImage * image) } if (icon_info != NULL) { - gtk_icon_info_free (icon_info); + g_object_unref(icon_info); } } -- cgit v1.2.3