summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-14 18:11:59 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-14 18:11:59 -0300
commit20593038f409120c91b8175d7d619f1f58b04c4b (patch)
tree0a12746ce6c99a83771b78e4fa6b6f1a511ee4bb
parent2ca2be44d4047447e66c9633a4dd45b384b743ff (diff)
downloadglade-20593038f409120c91b8175d7d619f1f58b04c4b.tar.gz
Fixed glade_gtk_image_get_property() chainup. (was calling set_property)
Fixes bug that prevented the runtime object to show the right pixbuf when copying a GtkImage.
-rw-r--r--plugins/gtk+/glade-gtk-image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-image.c b/plugins/gtk+/glade-gtk-image.c
index 92760f43..a5b87b23 100644
--- a/plugins/gtk+/glade-gtk-image.c
+++ b/plugins/gtk+/glade-gtk-image.c
@@ -150,7 +150,7 @@ glade_gtk_image_get_property (GladeWidgetAdaptor * adaptor,
g_value_unset (&int_value);
}
else
- GWA_GET_CLASS (GTK_TYPE_WIDGET)->set_property (adaptor, object, id, value);
+ GWA_GET_CLASS (GTK_TYPE_WIDGET)->get_property (adaptor, object, id, value);
}
void