Comment 3 for bug 551184

Revision history for this message
eMTee (realprogger) wrote :

Ignore comment #1, the problem happens only when a filelist downloaded from searches and is because of a change in QueueManager line 1131 in rev1935.

A file is moved when the finished queue item's tempTarget property is not empty or its finished. This property is usually empty for filelists, but not in the case above, there it is used to store the path of where should the filelist be positioned when its opened in the GUI. The attached patch restricts move operation only to downloaded files.

The patch does not solve the original problem in related question, another bug has already been opened for that...