mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix the pieces grid
This commit is contained in:
@@ -83,7 +83,10 @@
|
||||
else
|
||||
{
|
||||
Torrent * torrent = [fTorrents objectAtIndex: 0];
|
||||
|
||||
[fDateAddedField setObjectValue: [torrent dateAdded]];
|
||||
|
||||
[fPiecesView setTorrent: torrent];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user