<div dir="ltr"><div>While trying to learn some of the systems in the source code through writing unit tests, I think I found a bug in the way the qofinstance properties are setup.  (I don't see much usage of this so it may not be an issue in practice.)  </div><div><br></div><div>I think the following change fixes the issue:  </div><div><br></div><div>modified   libgnucash/engine/qofinstance.cpp</div>@@ -244,7 +244,7 @@ static void qof_instance_class_init(QofInstanceClass *klass)<br> <br>     g_object_class_install_property<br>     (object_class,<br>-     PROP_EDITLEVEL,<br>+     PROP_IDATA,<br>      g_param_spec_uint ("idata",<br>                         "Object IData",<br>                         "Per instance backend private data.",<br><div><br></div><div>Since I am new, I would like to confirm before going on.  </div><div><br></div><div>Stefan</div></div>