mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-25 09:11:28 -05:00
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:
parent
997b3c2dc2
commit
c3cd166f45
@ -718,7 +718,7 @@ void TransfersDialog::downloadListCustomPopupMenu( QPoint /*point*/ )
|
|||||||
}// for (int i = 0; i < lst.count (); i++)
|
}// for (int i = 0; i < lst.count (); i++)
|
||||||
}//if(!items.empty())
|
}//if(!items.empty())
|
||||||
|
|
||||||
if(atLeastOne_Downloading)
|
if(atLeastOne_Waiting || atLeastOne_Downloading || atLeastOne_Queued || atLeastOne_Paused)
|
||||||
contextMnu.addMenu(&prioritySpeedMenu);
|
contextMnu.addMenu(&prioritySpeedMenu);
|
||||||
if(atLeastOne_Queued)
|
if(atLeastOne_Queued)
|
||||||
contextMnu.addMenu(&priorityQueueMenu) ;
|
contextMnu.addMenu(&priorityQueueMenu) ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user