(trunk gtk) small typo fix as reported by via in http://forum.transmissionbt.com/viewtopic.php?f=1&t=6780

This commit is contained in:
Charles Kerr 2009-01-04 00:33:50 +00:00
parent b0e9cf7b77
commit 3086631734
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ torrent_cell_renderer_render(
my_bg.y = tmp_bg.y + tmp_bg.height;
my_cell.y = tmp_cell.y + tmp_cell.height;
my_expose.y += tmp_expose.y + tmp_cell.height;
my_expose.y = tmp_expose.y + tmp_cell.height;
g_free( str );
g_free( statusStr );