[glade/wip/noelgrandin/enable-debug] Fix on debug traces after rename GladePropertyClass to GladePropertyDef
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/wip/noelgrandin/enable-debug] Fix on debug traces after rename GladePropertyClass to GladePropertyDef
- Date: Sun, 4 Aug 2019 21:11:07 +0000 (UTC)
commit ac4ea8d577a08abadb40ef1364b93a28a8625097
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]