diff options
Diffstat (limited to 'plugins/pychrysalide/gtkext/graph')
-rw-r--r-- | plugins/pychrysalide/gtkext/graph/cluster.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/pychrysalide/gtkext/graph/cluster.c b/plugins/pychrysalide/gtkext/graph/cluster.c index 1c664a0..c87655a 100644 --- a/plugins/pychrysalide/gtkext/graph/cluster.c +++ b/plugins/pychrysalide/gtkext/graph/cluster.c @@ -155,8 +155,7 @@ static PyObject *py_graph_cluster_find_by_widget(PyObject *self, PyObject *args) Py_DECREF(gtk_mod); - ret = PyArg_ParseTuple(args, "O!", - type, &widget_obj); + ret = PyArg_ParseTuple(args, "O!", type, &widget_obj); Py_DECREF(type); |