]> granicus.if.org Git - transmission/commitdiff
fix the pieces grid
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 7 Mar 2010 01:55:05 +0000 (01:55 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 7 Mar 2010 01:55:05 +0000 (01:55 +0000)
macosx/InfoActivityViewController.m

index 2a8f748542e3c9759312475a1793c7ce8e285532..d852b2b5a5da6314f366531f6781167c0c723c2f 100644 (file)
     else
     {
         Torrent * torrent = [fTorrents objectAtIndex: 0];
+        
         [fDateAddedField setObjectValue: [torrent dateAdded]];
+        
+        [fPiecesView setTorrent: torrent];
     }
 }