diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-01-31 22:09:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-01-31 22:09:29 (GMT) |
commit | 2834917e0e3b5e9ea3e6ea0fb90cdbf066ea9da7 (patch) | |
tree | 7ac7dc341e5247398d4549e75ee410277560dc44 /plugins/pychrysa/analysis/db/items | |
parent | 2b8f655628652f3cfb61c8b82d4b54fbf3ed9869 (diff) |
Remove missing symbols in the Python bindings.
Diffstat (limited to 'plugins/pychrysa/analysis/db/items')
-rw-r--r-- | plugins/pychrysa/analysis/db/items/comment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysa/analysis/db/items/comment.c b/plugins/pychrysa/analysis/db/items/comment.c index 936d7cb..4a90f09 100644 --- a/plugins/pychrysa/analysis/db/items/comment.c +++ b/plugins/pychrysa/analysis/db/items/comment.c @@ -144,7 +144,7 @@ static int py_db_comment_set_text(PyObject *self, PyObject *value, void *closure } comment = G_DB_COMMENT(pygobject_get(self)); - g_db_comment_set_text(comment, PyUnicode_DATA(value)); + //g_db_comment_set_text(comment, PyUnicode_DATA(value)); return 0; |