[glade/wip/noelgrandin/enable-debug: 3/3] Fix on debug traces after rename GladePropertyClass to GladePropertyDef



commit 7a630148a2b911b7778fcada3dd61e97569fccca
Author: Noel Grandin <noelgrandin gmail com>
Date:   Sun Aug 4 20:04:23 2019 +0200

    Fix on debug traces after rename GladePropertyClass to GladePropertyDef

 gladeui/glade-project.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]