Search found 1 match

by vla
Sun Jan 04, 2009 12:25 am
Forum: General
Topic: small typo
Replies: 0
Views: 3330

small typo

in file gtk/torrent-cell-renderer.c in function torrent_cell_renderer_render()

my_bg.y = tmp_bg.y + tmp_bg.height;
my_cell.y = tmp_cell.y + tmp_cell.height;
470: my_expose.y += tmp_expose.y + tmp_cell.height;

it should be:
my_expose.y = tmp_expose.y + tmp_cell.height;


The code is part of ...