1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00

(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

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 );