modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients.

This commit is contained in:
Charles Kerr
2007-09-26 01:55:04 +00:00
parent 32679a4d18
commit ee6a0b8945
13 changed files with 97 additions and 61 deletions

View File

@@ -609,9 +609,9 @@ tr_core_update( TrCore * self )
MC_LEECH, st->leechers,
MC_DONE, st->completedFromTracker,
MC_TRACKER, st->tracker,
MC_DOWN, st->downloaded,
MC_UP, st->uploaded,
MC_LEFT, st->left,
MC_DOWN, st->downloadedEver,
MC_UP, st->uploadedEver,
MC_LEFT, st->leftUntilDone,
-1 );
}
while( gtk_tree_model_iter_next( self->model, &iter ) );