brasero r1265 - in trunk: . src/plugins/cdrdao



Author: philippr
Date: Wed Sep 10 19:42:56 2008
New Revision: 1265
URL: http://svn.gnome.org/viewvc/brasero?rev=1265&view=rev

Log:
	Allow cdrdao to output images of media again

	* src/plugins/cdrdao/burn-cdrdao.c (brasero_cdrdao_export_caps):


Modified:
   trunk/ChangeLog
   trunk/src/plugins/cdrdao/burn-cdrdao.c

Modified: trunk/src/plugins/cdrdao/burn-cdrdao.c
==============================================================================
--- trunk/src/plugins/cdrdao/burn-cdrdao.c	(original)
+++ trunk/src/plugins/cdrdao/burn-cdrdao.c	Wed Sep 10 19:42:56 2008
@@ -608,9 +608,12 @@
 	g_slist_free (input);
 
 	/* cdrdao is used to burn images so it can't APPEND and the disc must
-	 * have been blanked before (it can't overwrite) */
+	 * have been blanked before (it can't overwrite)
+	 * NOTE: BRASERO_MEDIUM_FILE is needed here because of restriction API
+	 * when we output an image. */
 	brasero_plugin_set_flags (plugin,
-				  media_w,
+				  media_w|
+				  BRASERO_MEDIUM_FILE,
 				  BRASERO_BURN_FLAG_DAO|
 				  BRASERO_BURN_FLAG_BURNPROOF|
 				  BRASERO_BURN_FLAG_OVERBURN|



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