mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients.
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user