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:
parent
41f29d45eb
commit
539e5f4da8
1 changed files with 3 additions and 0 deletions
|
@ -83,7 +83,10 @@
|
|||
else
|
||||
{
|
||||
Torrent * torrent = [fTorrents objectAtIndex: 0];
|
||||
|
||||
[fDateAddedField setObjectValue: [torrent dateAdded]];
|
||||
|
||||
[fPiecesView setTorrent: torrent];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue