summaryrefslogtreecommitdiff
path: root/plugins/yaml/python/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/python/node.c')
-rw-r--r--plugins/yaml/python/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/yaml/python/node.c b/plugins/yaml/python/node.c
index ad030ed..7f7c383 100644
--- a/plugins/yaml/python/node.c
+++ b/plugins/yaml/python/node.c
@@ -175,7 +175,7 @@ bool register_python_yaml_node(PyObject *module)
dict = PyModule_GetDict(module);
- if (!register_class_for_pygobject(dict, G_TYPE_YAML_NODE, type, &PyGObject_Type))
+ if (!register_class_for_pygobject(dict, G_TYPE_YAML_NODE, type))
return false;
return true;