Activity log for bug #124921

Date Who What changed Old value New value Message
2007-07-09 17:00:02 Ethan Glasser-Camp bug added bug
2007-07-09 17:14:00 Ethan Glasser-Camp pygoocanvas: status New Fix Committed
2007-07-09 17:14:00 Ethan Glasser-Camp pygoocanvas: statusexplanation goocanvas.override in SVN has a fix: http://svn.berlios.de/wsvn/pygoocanvas/trunk/goocanvas.override?op=file&rev=0&sc=1 %% override goo_canvas_item_get_bounds noargs static PyObject * _wrap_goo_canvas_item_get_bounds(PyGObject *self) { PyObject *py_bounds; GooCanvasBounds bounds = {0,}; goo_canvas_item_get_bounds(GOO_CANVAS_ITEM(self->obj), &bounds); py_bounds = pygoo_canvas_bounds_new(&bounds); return py_bounds; }