From 4adb2af27c3b195856d6b22234beec70da8b7c04 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 4 Jun 2013 13:11:17 -0400 Subject: Revert r490 It's already applied on trunk --- libindicator/indicator-image-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libindicator/indicator-image-helper.c b/libindicator/indicator-image-helper.c index 04cc71d..aff9e39 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) { - g_object_unref(icon_info); + gtk_icon_info_free (icon_info); } } -- cgit v1.2.3