brasero r1539 - in trunk: . src/plugins/libburnia



Author: philippr
Date: Mon Nov 17 16:35:01 2008
New Revision: 1539
URL: http://svn.gnome.org/viewvc/brasero?rev=1539&view=rev

Log:
	Fix a problem with DVD+RW (and those media types of the same species)
	and libburn

	* src/plugins/libburnia/burn-libburn.c
	(brasero_libburn_start_record):


Modified:
   trunk/ChangeLog
   trunk/src/plugins/libburnia/burn-libburn.c

Modified: trunk/src/plugins/libburnia/burn-libburn.c
==============================================================================
--- trunk/src/plugins/libburnia/burn-libburn.c	(original)
+++ trunk/src/plugins/libburnia/burn-libburn.c	Mon Nov 17 16:35:01 2008
@@ -529,8 +529,10 @@
 		}
 	}
 
+	if (!BRASERO_MEDIUM_RANDOM_WRITABLE (media))
+		burn_write_opts_set_multi (opts, (flags & BRASERO_BURN_FLAG_MULTI) != 0);
+
 	burn_write_opts_set_underrun_proof (opts, (flags & BRASERO_BURN_FLAG_BURNPROOF) != 0);
-	burn_write_opts_set_multi (opts, (flags & BRASERO_BURN_FLAG_MULTI) != 0);
 	burn_write_opts_set_simulate (opts, (flags & BRASERO_BURN_FLAG_DUMMY) != 0);
 
 	brasero_job_get_rate (BRASERO_JOB (self), &rate);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]