[brasero/gnome-2-28] Don't fail if a drive cannot be checksumed after a burn because a plugin cannot be found
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-28] Don't fail if a drive cannot be checksumed after a burn because a plugin cannot be found
- Date: Sat, 26 Sep 2009 12:52:42 +0000 (UTC)
commit 3cb1381a11be6cd606778fd4140275e2a2daec65
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 f1d7cf8..8e4abad 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]