[brasero] When the first medium from a spanned session has been burnt, make sure we eject the new medium when



commit 35f7cdbc9f1b1976f1ff4a24b507a69dc488d92c
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun May 17 17:49:25 2009 +0200

    When the first medium from a spanned session has been burnt, make sure we eject the new medium when we encounter a problem
---
 libbrasero-burn/brasero-burn-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libbrasero-burn/brasero-burn-dialog.c b/libbrasero-burn/brasero-burn-dialog.c
index caacdbc..3939155 100644
--- a/libbrasero-burn/brasero-burn-dialog.c
+++ b/libbrasero-burn/brasero-burn-dialog.c
@@ -2134,6 +2134,7 @@ brasero_burn_dialog_record_spanned_session (BraseroBurnDialog *dialog,
 
 		result = brasero_session_span_next (BRASERO_SESSION_SPAN (priv->session));
 		while (result == BRASERO_BURN_ERR) {
+			brasero_drive_eject (burner, FALSE, NULL);
 			res = brasero_burn_dialog_wait_for_insertion (dialog,
 								      burner,
 								      _("Please insert a recordable CD or DVD."),



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