mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -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].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…
Add table
Add a link
Reference in a new issue