Fixed crash in TransfersDialog when right clicking on a download without "#define USE_NEW_CHUNK_CHECKING_CODE".

Already corrected in the trunk.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5230 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-06-18 20:56:02 +00:00
parent b7356a952e
commit ef424a1e11

View File

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