https://bugs.kde.org/show_bug.cgi?id=382080
Bug ID: 382080 Summary: Exporting the second file in a row doesn't suggest a correct file name Product: krita Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: File formats Assignee: krita-bugs-n...@kde.org Reporter: dimul...@gmail.com Target Milestone: --- 1) Open file AAA.kra 2) Press File->Export. Krita suggests to export it as AAA.kra (which is correct) 3) Export it as AAA.png 4) In the same Krita run open file BBB.kra 5) Press File->Export Now Krita suggests to Export it as AAA.png again! I would expect Krita to suggest saving it as BBB.png That happens because in KisMainWindow::saveDocument() we save both lastExportUrl and lastExportMimeType, and reuse them after the first save. I would expect it to save mime type only. WISHGROUP: Small Usability Fixes -- You are receiving this mail because: You are watching all bug changes.