allow to change destination directory for queued files (modified patch from Phenom)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6835 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-10-16 19:02:15 +00:00
parent 783f73476b
commit 292bdfa324

View file

@ -723,7 +723,7 @@ void TransfersDialog::downloadListCustomPopupMenu( QPoint /*point*/ )
if(atLeastOne_Queued) if(atLeastOne_Queued)
contextMnu.addMenu(&priorityQueueMenu) ; contextMnu.addMenu(&priorityQueueMenu) ;
if(!atLeastOne_Queued && !items.empty()) if( (!items.empty()) && (atLeastOne_Downloading || atLeastOne_Queued || atLeastOne_Waiting || atLeastOne_Paused))
{ {
contextMnu.addMenu( &chunkMenu); contextMnu.addMenu( &chunkMenu);