truncate group names if they are too long to display

This commit is contained in:
Mitchell Livingston 2008-03-22 20:50:41 +00:00
parent 0c6ffff205
commit bfac9268c4
3 changed files with 7403 additions and 7379 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1327,8 +1327,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
if (fFileStat)
tr_torrentFilesFree(fFileStat, [self fileCount]);
tr_file_index_t count;
fFileStat = tr_torrentFiles(fHandle, &count);
fFileStat = tr_torrentFiles(fHandle, NULL);
}
- (float) fileProgress: (int) index