mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed crash in TransfersDialog when right clicking on a download without "#define USE_NEW_CHUNK_CHECKING_CODE".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5032 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ded4174a13
commit
117d10eb44
@ -562,7 +562,9 @@ void TransfersDialog::downloadListCostumPopupMenu( QPoint /*point*/ )
|
||||
|
||||
if(info.downloadStatus != FT_STATE_COMPLETE)
|
||||
{
|
||||
#ifdef USE_NEW_CHUNK_CHECKING_CODE
|
||||
contextMnu.addAction( forceCheckAct);
|
||||
#endif
|
||||
contextMnu.addAction( cancelAct);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user