From: APTX Date: Mon, 13 May 2013 02:08:19 +0000 (+0200) Subject: Set the fid as well as the lid. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=aae7c87bd827070a1a4469542038edfb36f6c433;p=localmylist.git Set the fid as well as the lid. The fid is used to update the file entry when a reply is received. MyListAddCommand prefers the lid over fid. --- diff --git a/localmylist/requesthandler.cpp b/localmylist/requesthandler.cpp index cd32b2c..6458b84 100644 --- a/localmylist/requesthandler.cpp +++ b/localmylist/requesthandler.cpp @@ -172,6 +172,7 @@ void RequestHandler::handleMyListUpdates() else if (request.lid) { cmd.setLid(request.lid); + cmd.setFid(request.fid); } else {