SVN commit 1134891 by eva: Fixing the following bug: Items added to an existing queue don't have the right destination path set. Not checked: wether settings are being set properly to new items Suggestion: don't store settings in items at all, then changes don't need to be propergated on every change. A queue has the same settings for all items anyways (or am I wrong here?) M +1 -0 queuelist.cpp --- trunk/extragear/graphics/digikam/utilities/queuemanager/queuelist.cpp #1134890:1134891 @@ -584,6 +584,7 @@ d->thumbLoadThread->find(info.fileUrl().toLocalFile()); } } + updateDestFileNames(); emit signalQueueContentsChanged(); }