[brasero] Don't fail if a drive cannot be checksumed after a burn because a plugin cannot be found



commit 28e5e681cc68f3b35cb9933187fd5c420538ae72
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Sep 26 13:59:52 2009 +0200

    Don't fail if a drive cannot be checksumed after a burn because a plugin cannot be found

 libbrasero-burn/brasero-burn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index b15a711..66ed245 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -2152,7 +2152,7 @@ brasero_burn_check_real (BraseroBurn *self,
 	}
 	else {
 		BRASERO_BURN_LOG ("The track cannot be checked");
-		result = BRASERO_BURN_NOT_SUPPORTED;
+		result = BRASERO_BURN_OK;
 	}
 
 	return result;



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