[glade/glade-3-8] Fixed glade_gtk_image_get_property() chainup. (was calling set_property) Fixes bug that prevented th
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-8] Fixed glade_gtk_image_get_property() chainup. (was calling set_property) Fixes bug that prevented th
- Date: Thu, 19 Sep 2013 15:13:21 +0000 (UTC)
commit 6213984875bb4933f1903e1078898583a0784f77
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Sat Sep 14 18:08:49 2013 -0300
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.
plugins/gtk+/glade-gtk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/glade-gtk.c b/plugins/gtk+/glade-gtk.c
index 0d596f7..c784341 100644
--- a/plugins/gtk+/glade-gtk.c
+++ b/plugins/gtk+/glade-gtk.c
@@ -6392,7 +6392,7 @@ glade_gtk_image_get_property (GladeWidgetAdaptor *adaptor,
g_value_unset (&int_value);
}
else
- GWA_GET_CLASS (GTK_TYPE_WIDGET)->set_property (adaptor, object,
+ GWA_GET_CLASS (GTK_TYPE_WIDGET)->get_property (adaptor, object,
id, value);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]