brasero r933 - in trunk: . src/plugins/cdrtools
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r933 - in trunk: . src/plugins/cdrtools
- Date: Sun, 29 Jun 2008 15:58:37 +0000 (UTC)
Author: philippr
Date: Sun Jun 29 15:58:37 2008
New Revision: 933
URL: http://svn.gnome.org/viewvc/brasero?rev=933&view=rev
Log:
Fix #527383 â Disc Copy (Create 1:1 copy of CD) doesn\'t work at all
* src/plugins/cdrtools/burn-cdrecord.c
(brasero_cdrecord_set_argv_record):
Modified:
trunk/ChangeLog
trunk/src/plugins/cdrtools/burn-cdrecord.c
Modified: trunk/src/plugins/cdrtools/burn-cdrecord.c
==============================================================================
--- trunk/src/plugins/cdrtools/burn-cdrecord.c (original)
+++ trunk/src/plugins/cdrtools/burn-cdrecord.c Sun Jun 29 15:58:37 2008
@@ -825,8 +825,10 @@
if (!rawpath)
BRASERO_JOB_NOT_READY (cdrecord);
- if (flags & BRASERO_BURN_FLAG_DAO)
- return BRASERO_BURN_ERR;
+ /* NOTE: we ignore DAO flag on purpose since it isn't
+ * implemented yet. Don't error out since there is no
+ * way for us to tell that we don't support this flag
+ * for this specific input. */
g_ptr_array_add (argv, g_strdup ("fs=16m"));
g_ptr_array_add (argv, g_strdup ("-raw96r"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]