summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererpixbuf.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-03-05 19:55:30 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-03-05 19:55:30 +0000
commita7f524bbd6d9afe99ec9f755ee4b0826411f706c (patch)
tree599235df59040e5c1fb72c12635a2d46c4638f0b /gtk/gtkcellrendererpixbuf.c
parent3b2ffda1f5e0498aad3cb9cd7938159631fac61f (diff)
downloadgtk+-a7f524bbd6d9afe99ec9f755ee4b0826411f706c.tar.gz
Apply patch from Lee Mallabone to add object properties.
Mon Mar 5 14:55:19 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to add object properties. * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone to add object properties. * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add object properties. * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to add object properties. * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add object properties.
Diffstat (limited to 'gtk/gtkcellrendererpixbuf.c')
-rw-r--r--gtk/gtkcellrendererpixbuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c
index f3a434e37b..5f58d65e6c 100644
--- a/gtk/gtkcellrendererpixbuf.c
+++ b/gtk/gtkcellrendererpixbuf.c
@@ -146,6 +146,7 @@ gtk_cell_renderer_pixbuf_set_property (GObject *object,
if (cellpixbuf->pixbuf)
g_object_unref (G_OBJECT (cellpixbuf->pixbuf));
cellpixbuf->pixbuf = pixbuf;
+ g_object_notify (object, "pixbuf");
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec);