mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
fixed QUEUE menu to work on multiple languages
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2541 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
470803a5c8
commit
ac5eabad77
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ void TransfersDialog::downloadListCostumPopupMenu( QPoint point )
|
|||
|
||||
if ( lst[i].column() == 0)
|
||||
{
|
||||
if(lst[i].model ()->data (lst[i].model ()->index (lst[i].row (), STATUS )).toString() == "Queued")
|
||||
if(info.downloadStatus == FT_STATE_QUEUED)
|
||||
all_downloading = false ;
|
||||
else
|
||||
all_queued = false ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue