Changeset 9994
- Timestamp:
- Jan 22, 2010, 7:32:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/torrent-cell-renderer.c
r9890 r9994 108 108 109 109 /* add time when downloading */ 110 if( hasSeedRatio || ( torStat->activity == TR_STATUS_DOWNLOAD ) ) 110 if( ( torStat->activity == TR_STATUS_DOWNLOAD ) 111 || ( hasSeedRatio && ( torStat->activity == TR_STATUS_SEED ) ) ) 111 112 { 112 113 const int eta = torStat->eta;
Note: See TracChangeset
for help on using the changeset viewer.