mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05:00
corrected upload/download status in upload transfers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1252 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
529b0d7f04
commit
8f024fd08d
@ -531,7 +531,7 @@ void TransfersDialog::insertTransfers()
|
||||
status = tr("Waiting");
|
||||
break;
|
||||
case FT_STATE_DOWNLOADING:
|
||||
status = tr("Downloading");
|
||||
status = tr("Uploading");
|
||||
break;
|
||||
case FT_STATE_COMPLETE:
|
||||
default:
|
||||
@ -540,10 +540,10 @@ void TransfersDialog::insertTransfers()
|
||||
|
||||
}
|
||||
|
||||
if (info.downloadStatus == FT_STATE_COMPLETE)
|
||||
{
|
||||
status = "Complete";
|
||||
}
|
||||
// if (info.downloadStatus == FT_STATE_COMPLETE)
|
||||
// {
|
||||
// status = "Complete";
|
||||
// }
|
||||
|
||||
dlspeed = pit->tfRate * 1024.0;
|
||||
fileSize = info.size;
|
||||
|
Loading…
Reference in New Issue
Block a user