diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pychrysa/gui/editem.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/pychrysa/gui/editem.c b/plugins/pychrysa/gui/editem.c index d14d66a..7a40a04 100644 --- a/plugins/pychrysa/gui/editem.c +++ b/plugins/pychrysa/gui/editem.c @@ -341,9 +341,9 @@ static PyObject *py_editor_item_register(PyObject *self, PyObject *args) item = G_EDITOR_ITEM(pygobject_get(self)); - item->update_binary = _update_editor_item_for_binary_python_wrapper; - item->update_view = _update_editor_item_for_view_python_wrapper; - item->update_content = _update_editor_item_for_view_content_python_wrapper; + //item->update_binary = _update_editor_item_for_binary_python_wrapper; + //item->update_view = _update_editor_item_for_view_python_wrapper; + //item->update_content = _update_editor_item_for_view_content_python_wrapper; Py_INCREF(self); register_editor_item(item); |