Use box_child.item now that hippo support it

This commit is contained in:
Marco Pesenti Gritti 2007-07-06 02:19:13 +02:00
parent 4024ef1d0b
commit de8b3b4c01

View File

@ -233,7 +233,4 @@ class SpreadLayout(gobject.GObject,hippo.CanvasLayout):
return int(width / _CELL_SIZE), int(height / _CELL_SIZE)
def _grid_child_changed_cb(self, grid, box_child):
# FIXME box_child->item is not exposed in the python bindings
for item in self._box.get_children():
if self._box.find_box_child(item) == box_child:
item.emit_request_changed()
box_child.item.emit_request_changed()