mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05: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
@ -369,7 +369,7 @@ void TransfersDialog::downloadListCostumPopupMenu( QPoint point )
|
|||||||
|
|
||||||
if ( lst[i].column() == 0)
|
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 ;
|
all_downloading = false ;
|
||||||
else
|
else
|
||||||
all_queued = false ;
|
all_queued = false ;
|
||||||
|
Loading…
Reference in New Issue
Block a user