https://bugs.kde.org/show_bug.cgi?id=376225
Elvis Angelaccio <elvis.angelac...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/ark | |/c1a72a8e053a859946a4b96eff | |dc9193f7afe10b Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |16.12.3 --- Comment #1 from Elvis Angelaccio <elvis.angelac...@kde.org> --- Git commit c1a72a8e053a859946a4b96effdc9193f7afe10b by Elvis Angelaccio. Committed on 13/02/2017 at 10:35. Pushed by elvisangelaccio into branch 'Applications/16.12'. Fix archivemodel columns with singlefile archives ArchiveModel was setting 0 as Size with singlefile archives, because the singlefile plugin doesn't report the uncompressed size. This patch removes the Size column if the size property is 0 but the compressedSize one is higher than 0, which cannot happen. As compressedSize for singlefile entries, we just set the size of the archive. FIXED-IN: 16.12.3 Differential Revision: D4536 M +7 -3 part/archivemodel.cpp M +1 -0 plugins/libsinglefileplugin/singlefileplugin.cpp https://commits.kde.org/ark/c1a72a8e053a859946a4b96effdc9193f7afe10b -- You are receiving this mail because: You are watching all bug changes.