]> Some of my projects - localmylist.git/commitdiff
Set the fid as well as the lid.
authorAPTX <marek321@gmail.com>
Mon, 13 May 2013 02:08:19 +0000 (04:08 +0200)
committerAPTX <marek321@gmail.com>
Mon, 13 May 2013 02:08:19 +0000 (04:08 +0200)
The fid is used to update the file entry when a reply is received. MyListAddCommand prefers the lid over fid.

localmylist/requesthandler.cpp

index cd32b2cdb3297e6bb368fff53867620d7d367715..6458b84cad9c40cd111f7c49a513021dc71740de 100644 (file)
@@ -172,6 +172,7 @@ void RequestHandler::handleMyListUpdates()
                else if (request.lid)
                {
                        cmd.setLid(request.lid);
+                       cmd.setFid(request.fid);
                }
                else
                {