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:
defnax 2010-03-14 17:17:46 +00:00
parent 470803a5c8
commit ac5eabad77

View File

@ -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 ;