https://bugs.kde.org/show_bug.cgi?id=377254
Bug ID: 377254 Summary: [Patch] Fix dvd wizard file loading Product: kdenlive Version: git-master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: User Interface Assignee: j...@kdenlive.org Reporter: michael.v...@gmail.com Target Milestone: --- Created attachment 104384 --> https://bugs.kde.org/attachment.cgi?id=104384&action=edit Proposed fix When using the dvd wizard under File/DVD Wizard and saving a project and loading it again some data related to files is not loaded correctly. It turns out this happens because the slotSave() is using .toLocalFile() but in sloadLoad() its using plain QUrl() instead of QUrl::fromLocalFile(). The attached patch fixes the problem for me. -- You are receiving this mail because: You are watching all bug changes.