1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

fix the pieces grid

This commit is contained in:
Mitchell Livingston 2010-03-07 01:55:05 +00:00
parent 41f29d45eb
commit 539e5f4da8

View file

@ -83,7 +83,10 @@
else
{
Torrent * torrent = [fTorrents objectAtIndex: 0];
[fDateAddedField setObjectValue: [torrent dateAdded]];
[fPiecesView setTorrent: torrent];
}
}