[brasero] Fix #485719 – Burn dialog CD icon



commit c721eb5502ba49d7d62cd2242805857f19280671
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Fri Jun 26 12:00:05 2009 +0200

    Fix #485719 â?? Burn dialog CD icon

 libbrasero-burn/brasero-burn-dialog.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn-dialog.c b/libbrasero-burn/brasero-burn-dialog.c
index 83709a3..436ffb8 100644
--- a/libbrasero-burn/brasero-burn-dialog.c
+++ b/libbrasero-burn/brasero-burn-dialog.c
@@ -629,11 +629,6 @@ brasero_burn_dialog_insert_disc_cb (BraseroBurn *burn,
 	g_free (main_message);
 	g_free (secondary_message);
 
-	/* update the infos */
-	brasero_burn_dialog_update_info (dialog,
-					 &priv->input, 
-					 brasero_burn_session_get_dest_media (priv->session));
-
 	if (result != GTK_RESPONSE_OK)
 		return BRASERO_BURN_CANCEL;
 
@@ -1177,9 +1172,6 @@ brasero_burn_dialog_action_changed_cb (BraseroBurn *burn,
 		BraseroMedia media = BRASERO_MEDIUM_NONE;
 
 		brasero_burn_status (burn, &media, NULL, NULL, NULL);
-		brasero_burn_dialog_update_info (dialog,
-						 &priv->input,
-						 media);
 	}
 
 	priv->is_creating_image = (action == BRASERO_BURN_ACTION_CREATING_IMAGE);
@@ -2161,6 +2153,7 @@ brasero_burn_dialog_record_session (BraseroBurnDialog *dialog,
 
 	priv = BRASERO_BURN_DIALOG_PRIVATE (dialog);
 
+	/* Update info */
 	brasero_burn_dialog_update_info (dialog, &priv->input, media);
 
 	/* start the recording session */



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