fix the pieces grid

This commit is contained in:
Mitchell Livingston
2010-03-07 01:55:05 +00:00
parent 41f29d45eb
commit 539e5f4da8
+3
View File
@@ -83,7 +83,10 @@
else
{
Torrent * torrent = [fTorrents objectAtIndex: 0];
[fDateAddedField setObjectValue: [torrent dateAdded]];
[fPiecesView setTorrent: torrent];
}
}