[Xfce4-commits] [apps/xfce4-screenshooter] 29/38: Replace gtk_icon_info_free

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:07:25 CEST 2017


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 1ef801bc912ef9937830392779461c41e10979b2
Author: Andre Miranda <andre42m at gmail.com>
Date:   Tue Apr 4 22:38:03 2017 -0300

    Replace gtk_icon_info_free
---
 lib/screenshooter-dialogs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/screenshooter-dialogs.c b/lib/screenshooter-dialogs.c
index 3386fea..9d02fb6 100644
--- a/lib/screenshooter-dialogs.c
+++ b/lib/screenshooter-dialogs.c
@@ -347,7 +347,7 @@ static void add_item (GAppInfo *app_info, GtkWidget *liststore)
   /* Free the stuff */
   g_object_unref (pixbuf);
   g_object_unref (icon);
-  gtk_icon_info_free (icon_info);
+  g_object_unref (icon_info);
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list