Fixed syntax error

This commit is contained in:
Travis Shirk 2006-01-07 20:29:05 +00:00
parent 650cba6b16
commit 044df9468f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class CellRendererImage(gtk.GenericCellRenderer):
return
self.redraw = 1
col = tree.get_column(self.col_index)
cell_area = tree.get_cell_area(path), col)
cell_area = tree.get_cell_area(path, col)
tree.queue_draw_area(cell_area.x, cell_area.y,
cell_area.width, cell_area.height)