Fix for showing DL speed menu even for queued/stalled files (patch from Phenom)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.5@7220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-04-01 18:38:19 +00:00
parent 997b3c2dc2
commit c3cd166f45

View File

@ -718,7 +718,7 @@ void TransfersDialog::downloadListCustomPopupMenu( QPoint /*point*/ )
}// for (int i = 0; i < lst.count (); i++)
}//if(!items.empty())
if(atLeastOne_Downloading)
if(atLeastOne_Waiting || atLeastOne_Downloading || atLeastOne_Queued || atLeastOne_Paused)
contextMnu.addMenu(&prioritySpeedMenu);
if(atLeastOne_Queued)
contextMnu.addMenu(&priorityQueueMenu) ;