]> Pileus Git - ~andy/gtk/commitdiff
Drop the reference to the pixbuf, regardless whether it is a stock pixbuf.
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 Oct 2004 02:57:23 +0000 (02:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 30 Oct 2004 02:57:23 +0000 (02:57 +0000)
2004-10-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
Drop the reference to the pixbuf, regardless whether it is
a stock pixbuf.  (#156863, Philip Langdale)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellrendererpixbuf.c

index 962abfb05bb44250d626a512c9910882f2be94ac..02d373ab2472957cdd12d8c67684e755e0dec522 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize): 
+       Drop the reference to the pixbuf, regardless whether it is
+       a stock pixbuf.  (#156863, Philip Langdale)
+
 2004-10-29  Hans Breuer  <hans@breuer.org>
 
        * gdk/makefile.msc gtk/makefile.msc.in : updated
index 962abfb05bb44250d626a512c9910882f2be94ac..02d373ab2472957cdd12d8c67684e755e0dec522 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize): 
+       Drop the reference to the pixbuf, regardless whether it is
+       a stock pixbuf.  (#156863, Philip Langdale)
+
 2004-10-29  Hans Breuer  <hans@breuer.org>
 
        * gdk/makefile.msc gtk/makefile.msc.in : updated
index 962abfb05bb44250d626a512c9910882f2be94ac..02d373ab2472957cdd12d8c67684e755e0dec522 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize): 
+       Drop the reference to the pixbuf, regardless whether it is
+       a stock pixbuf.  (#156863, Philip Langdale)
+
 2004-10-29  Hans Breuer  <hans@breuer.org>
 
        * gdk/makefile.msc gtk/makefile.msc.in : updated
index 962abfb05bb44250d626a512c9910882f2be94ac..02d373ab2472957cdd12d8c67684e755e0dec522 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize): 
+       Drop the reference to the pixbuf, regardless whether it is
+       a stock pixbuf.  (#156863, Philip Langdale)
+
 2004-10-29  Hans Breuer  <hans@breuer.org>
 
        * gdk/makefile.msc gtk/makefile.msc.in : updated
index 3c20b4dc1747717580b5f90134373c5ec78ef98e..0cdbb3c3edd779d7fa6eeebfc57f2cf6bd9b6945 100644 (file)
@@ -194,7 +194,7 @@ gtk_cell_renderer_pixbuf_finalize (GObject *object)
 
   priv = GTK_CELL_RENDERER_PIXBUF_GET_PRIVATE (object);
 
-  if (cellpixbuf->pixbuf && priv->stock_id)
+  if (cellpixbuf->pixbuf)
     g_object_unref (cellpixbuf->pixbuf);
 
   if (priv->stock_id)