[Pkg-privacy-commits] [pidgin-otr] 07/21: Change deprecated gdk_pixbuf_unref to g_object_unref

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 10 21:03:14 UTC 2016


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

intrigeri pushed a commit to branch master
in repository pidgin-otr.

commit 08b1e737e9e33e2ef324f1dd927efbb21ac04805
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date:   Sun Jan 3 17:48:30 2016 -0500

    Change deprecated gdk_pixbuf_unref to g_object_unref
---
 gtk-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk-dialog.c b/gtk-dialog.c
index 309bee6..b7c5408 100644
--- a/gtk-dialog.c
+++ b/gtk-dialog.c
@@ -213,7 +213,7 @@ static GtkWidget *otr_icon(GtkWidget *image, TrustLevel level,
     } else {
 	image = gtk_image_new_from_pixbuf(pixbuf);
     }
-    gdk_pixbuf_unref(pixbuf);
+    g_object_unref(G_OBJECT(pixbuf));
 
     gtk_widget_set_sensitive (image, sensitivity);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git



More information about the Pkg-privacy-commits mailing list