summaryrefslogtreecommitdiff
path: root/gladeui/glade-project.c
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2019-08-04 20:04:23 +0200
committerAlberto Fanjul <albertofanjul@gmail.com>2019-08-04 21:11:46 +0000
commit7a630148a2b911b7778fcada3dd61e97569fccca (patch)
treeed87b7964de4053bfc5835c09f91d20ac5cb4ac9 /gladeui/glade-project.c
parent8170777f2606b613a95d823fc0f12a2e54aac4ec (diff)
downloadglade-7a630148a2b911b7778fcada3dd61e97569fccca.tar.gz
Fix on debug traces after rename GladePropertyClass to GladePropertyDef
Diffstat (limited to 'gladeui/glade-project.c')
-rw-r--r--gladeui/glade-project.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gladeui/glade-project.c b/gladeui/glade-project.c
index 1492c383..25f59871 100644
--- a/gladeui/glade-project.c
+++ b/gladeui/glade-project.c
@@ -3168,7 +3168,7 @@ glade_project_verify_property_internal (GladeProject *project,
!GLADE_PROPERTY_DEF_VERSION_CHECK (pdef, target_major, target_minor))
{
GLADE_NOTE (VERIFY, g_print ("VERIFY: Property '%s' of adaptor %s not available in version %d.%d\n",
- glade_property_def_id (pclass),
+ glade_property_def_id (pdef),
glade_widget_adaptor_get_name (adaptor),
target_major, target_minor));