- Timestamp:
- Sep 25, 2006, 7:17:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r891 r918 547 547 548 548 /* keep going if we still have torrents and haven't hit the exit timeout */ 549 if( time( NULL ) - data->started < TRACKER_EXIT_TIMEOUT && 550 ( !tr_backend_torrents_stopped( data->cbdata->back ) || 551 TR_NAT_TRAVERSAL_DISABLED != natstat ) ) { 552 updatemodel( data->cbdata ); 549 if(time(NULL) - data->started < TRACKER_EXIT_TIMEOUT && 550 !tr_backend_torrents_stopped(data->cbdata->back)) { 551 updatemodel(data->cbdata); 553 552 return TRUE; 554 553 }
Note: See TracChangeset
for help on using the changeset viewer.