https://bugs.kde.org/show_bug.cgi?id=374253
--- Comment #9 from Elvis Angelaccio <elvis.angelac...@kde.org> --- Git commit a91c09d0d202fa5d8788ef3bdb85d6e7f75c061f by Elvis Angelaccio. Committed on 05/03/2017 at 18:13. Pushed by elvisangelaccio into branch 'master'. Don't check 'Extraction into subfolder' with single-file archives The ExtractionDialog only needs to know if it should enable the 'Extraction into subfolder' groupbox, not why. We rename `setIsSingleFolder()` to `setExtractToSubfolder()` and we call it with `archive->hasMultipleTopLevelEntries()` as argument. This fixes the regression with single-file archives. Differential Revision: D3873 M +1 -1 app/batchextract.cpp M +2 -4 kerfuffle/extractiondialog.cpp M +1 -1 kerfuffle/extractiondialog.h M +1 -1 part/part.cpp https://commits.kde.org/ark/a91c09d0d202fa5d8788ef3bdb85d6e7f75c061f -- You are receiving this mail because: You are watching all bug changes.