Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > tainted-release-src > by-pkgid > 0fb1eb1d79edf4c678c155b6c508f198 > files > 1

k3b-2.0.3a-2.mga5.tainted.src.rpm

--- k3b-1.69.0/libk3b/jobs/k3bmetawriter.cpp.dvd	2009-10-25 21:26:20.000000000 +0100
+++ k3b-1.69.0/libk3b/jobs/k3bmetawriter.cpp	2009-11-28 07:55:21.000000000 +0100
@@ -310,14 +310,9 @@
                 emit infoMessage( i18n("DVD and Blu-ray tracks can only be written in MODE1."), MessageWarning );
             }
 
-            if( mediaType & (K3b::Device::MEDIA_DVD_PLUS_RW|K3b::Device::MEDIA_DVD_RW_OVWR) &&
-                d->multiSession ) {
-                // we can only do this with growisofs
+            if( mediaType & Device::MEDIA_DVD_ALL ) {
                 d->usedWritingApp = WritingAppGrowisofs;
             }
-            else if( mediaType & Device::MEDIA_DVD_ALL ) {
-                d->usedWritingApp = WritingAppCdrecord;
-            }
             else if( mediaType & Device::MEDIA_BD_ALL ) {
                 if( cdrecordBluRay ) {
                     d->usedWritingApp = WritingAppCdrecord;