[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-1/k3b/src/data
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2003-01-20 22:18:30
[Download RAW message or body]

CVS commit by trueg: 

using cdrdao to write multisession in dao mode


  M +2 -1      k3bdatajob.cpp   1.83


--- kdeextragear-1/k3b/src/data/k3bdatajob.cpp  #1.82:1.83
@@ -379,5 +379,6 @@ bool K3bDataJob::prepareWriterJob()
     delete m_writerJob;
 
-  if( writingApp() == K3b::CDRECORD || writingApp() == K3b::DEFAULT ) {
+  // It seems as if cdrecord is not able to append sessions in dao mode whereas cdrdao is
+  if( writingApp() == K3b::CDRECORD || (writingApp() == K3b::DEFAULT && !m_doc->dao() )) {
     K3bCdrecordWriter* writer = new K3bCdrecordWriter( m_doc->burner(), this );
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic