Changeset 3893
- Timestamp:
- Nov 19, 2007, 9:21:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/StatsWindowController.m
r3891 r3893 76 76 - (void) updateStats 77 77 { 78 tr_ global_stats stats;79 tr_get GlobalStats(fLib, &stats);78 tr_session_stats stats; 79 tr_getCumulativeSessionStats(fLib, &stats); 80 80 81 81 [fUploadedField setStringValue: [NSString stringForLargeFileSizeGigs: stats.uploadedGigs bytes: stats.uploadedBytes]];
Note: See TracChangeset
for help on using the changeset viewer.