From 539e5f4da813427e0006d664d80fff7db629353c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 7 Mar 2010 01:55:05 +0000 Subject: [PATCH] fix the pieces grid --- macosx/InfoActivityViewController.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macosx/InfoActivityViewController.m b/macosx/InfoActivityViewController.m index 2a8f74854..d852b2b5a 100644 --- a/macosx/InfoActivityViewController.m +++ b/macosx/InfoActivityViewController.m @@ -83,7 +83,10 @@ else { Torrent * torrent = [fTorrents objectAtIndex: 0]; + [fDateAddedField setObjectValue: [torrent dateAdded]]; + + [fPiecesView setTorrent: torrent]; } }