[k3b] [Bug 384471] Media type selection for Image burning is partly wrong, comments are very wrong

Thomas Schmitt bugzilla_noreply at kde.org
Fri Sep 8 11:36:07 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=384471

--- Comment #3 from Thomas Schmitt <scdbackup at 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 the assignee for the bug.


More information about the k3b mailing list