Changeset 10454
- Timestamp:
- Apr 6, 2010, 3:10:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/details.cc
r10442 r10454 246 246 string = none; 247 247 else { 248 const tr_torrent_activity activity = torrents[0]->getActivity( ); 248 249 string = torrents[0]->activityString( ); 249 foreach( const Torrent * t, torrents ) {250 if( string != t->activityString( ) ) {250 foreach( const Torrent * t, torrents ) { 251 if( activity != t->getActivity( ) ) { 251 252 string = mixed; 252 253 break; … … 341 342 } 342 343 if( allPaused ) 343 string = t r( "Stopped");344 string = torrents[0]->activityString( ); 344 345 else if( baseline.isNull( ) ) 345 346 string = mixed;
Note: See TracChangeset
for help on using the changeset viewer.