https://bugs.kde.org/show_bug.cgi?id=365869
Elvis Angelaccio <elvis.angelac...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/ark/ | |d1444e74574dd4c57455ab0dd55 | |4da105ac37498 Resolution|--- |FIXED Version Fixed In| |16.08.3 --- Comment #1 from Elvis Angelaccio <elvis.angelac...@kde.org> --- Git commit d1444e74574dd4c57455ab0dd554da105ac37498 by Elvis Angelaccio. Committed on 23/10/2016 at 09:26. Pushed by elvisangelaccio into branch 'Applications/16.08'. libarchive: fix data loss when aborting AddJobs and Deletejobs Currently there is data loss when we abort an AddJob or DeleteJob with the libarchive plugin. This happens because we always call `commit()` on the QSaveFile. With this patch we call `commit()` only when we are not aborting (killing) the job. FIXED-IN: 16.08.3 Differential Revision: D3129 M +12 -5 plugins/libarchive/readwritelibarchiveplugin.cpp http://commits.kde.org/ark/d1444e74574dd4c57455ab0dd554da105ac37498 -- You are receiving this mail because: You are watching all bug changes.