summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk-entry-buffer.c
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2019-06-18 07:31:45 +0000
committerAlberto Fanjul <albertofanjul@gmail.com>2019-06-18 07:31:45 +0000
commita543e99069b693d96e68eb8e00a2dce00a1946a7 (patch)
treeaf1f0429370af555ca4ff0f7d67e06c4dbdfb8ef /plugins/gtk+/glade-gtk-entry-buffer.c
parent91a8b096a745194d27b3bf27d6b20ef7440e766d (diff)
downloadglade-a543e99069b693d96e68eb8e00a2dce00a1946a7.tar.gz
Rename GladePropertyClass to GladePropertyDef and declare it as boxed
Diffstat (limited to 'plugins/gtk+/glade-gtk-entry-buffer.c')
-rw-r--r--plugins/gtk+/glade-gtk-entry-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-entry-buffer.c b/plugins/gtk+/glade-gtk-entry-buffer.c
index d7001154..bdb5f219 100644
--- a/plugins/gtk+/glade-gtk-entry-buffer.c
+++ b/plugins/gtk+/glade-gtk-entry-buffer.c
@@ -84,6 +84,6 @@ glade_gtk_entry_buffer_set_property (GladeWidgetAdaptor * adaptor,
}
else if (GPC_VERSION_CHECK
- (glade_property_get_class (property), gtk_major_version, gtk_minor_version + 1))
+ (glade_property_get_def (property), gtk_major_version, gtk_minor_version + 1))
GWA_GET_CLASS (G_TYPE_OBJECT)->set_property (adaptor, object, id, value);
}