https://bugs.kde.org/show_bug.cgi?id=384471
--- Comment #3 from Thomas Schmitt <scdbac...@gmx.net> --- Hi, looks ok for me, besides another mistake by me: K3b::WritingAppCdrdao is not a complete criterion for the need for CD. The criterion in the code is distributed over two if-statements. As one statement it is: (m_writingMode == K3b::WritingModeAuto || m_writingMode == K3b::WritingModeSao) && writingApp() == K3b::WritingAppCdrdao So comment 1 should become: 1. If special CD features are requested: CD types only Special are: K3b::WritingAppCdrdao with K3b::WritingModeAuto or K3b::WritingModeSao, any WritingApp with K3b::WritingModeTao, any WritingApp with K3b::WritingModeRaw Have a nice day :) Thomas -- You are receiving this mail because: You are watching all bug changes.