[brasero/gnome-2-28] Small fix for a wrong variable used



commit 96613b41556945a1a4f8caf74239f47b9975a20d
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Oct 19 17:00:58 2009 +0200

    Small fix for a wrong variable used

 libbrasero-burn/brasero-burn.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index 489b01f..5abbfed 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -341,6 +341,8 @@ brasero_burn_eject (BraseroBurn *self,
 
 		counter ++;
 		if (counter > MAX_EJECT_ATTEMPTS) {
+			gchar *name;
+
 			BRASERO_BURN_LOG ("Max attempts reached at ejecting");
 
 			/* FIXME: it'd be better if we asked the user to do it
@@ -623,7 +625,7 @@ brasero_burn_lock_src_media (BraseroBurn *burn,
 
 again:
 
-	while (brasero_drive_probing (priv->dest)) {
+	while (brasero_drive_probing (priv->src)) {
 		result = brasero_burn_sleep (burn, 500);
 		if (result != BRASERO_BURN_OK)
 			return result;
@@ -1962,7 +1964,6 @@ brasero_burn_run_tasks (BraseroBurn *burn,
 
 	tasks = brasero_burn_caps_new_task (priv->caps,
 					    priv->session,
-	                                    temp_output,
 					    error);
 	if (!tasks) {
 		brasero_burn_session_pop_settings (priv->session);



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