brasero r1002 - in trunk: . src



Author: philippr
Date: Wed Jul 16 13:46:39 2008
New Revision: 1002
URL: http://svn.gnome.org/viewvc/brasero?rev=1002&view=rev

Log:
	Fix for #535835 â TEAC R55S - can\'t burn CD-R

	* src/burn-medium.c (brasero_medium_old_drive_get_disc_info):


Modified:
   trunk/ChangeLog
   trunk/src/burn-medium.c

Modified: trunk/src/burn-medium.c
==============================================================================
--- trunk/src/burn-medium.c	(original)
+++ trunk/src/burn-medium.c	Wed Jul 16 13:46:39 2008
@@ -1369,8 +1369,6 @@
 	return result;
 }
 
-#if 0
-
 /**
  * These are special routines for old CD-R(W) drives that don't conform to MMC
  */
@@ -1737,8 +1735,6 @@
 	return BRASERO_BURN_OK;
 }
 
-#endif
-
 static BraseroBurnResult
 brasero_medium_old_drive_get_disc_info (BraseroMedium *self,
 					BraseroDeviceHandle *handle,
@@ -1792,7 +1788,7 @@
 	}
 
 	/* get the contents */
-	result = brasero_medium_get_sessions_info (self, handle, code);
+	result = brasero_medium_get_CD_sessions_info (self, handle, code);
 	return result;
 }
 



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