diff options
Diffstat (limited to 'plugins/pychrysalide/arch/operands/targetable.c')
-rw-r--r-- | plugins/pychrysalide/arch/operands/targetable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/arch/operands/targetable.c b/plugins/pychrysalide/arch/operands/targetable.c index de1a6b4..4d921be 100644 --- a/plugins/pychrysalide/arch/operands/targetable.c +++ b/plugins/pychrysalide/arch/operands/targetable.c @@ -331,7 +331,7 @@ bool ensure_python_targetable_operand_is_registered(void) dict = PyModule_GetDict(module); - if (!register_interface_for_pygobject_2(dict, G_TYPE_TARGETABLE_OPERAND, type, &info)) + if (!register_interface_for_pygobject(dict, G_TYPE_TARGETABLE_OPERAND, type, &info)) return false; } |