[brasero/gnome-2-28] Another fix for progress report (introduced by latest patch)



commit 06d0bcf8fec82974b2309727d93b24d322a9de4e
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Fri Oct 2 19:39:39 2009 +0200

    Another fix for progress report (introduced by latest patch)

 libbrasero-burn/burn-task-ctx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/burn-task-ctx.c b/libbrasero-burn/burn-task-ctx.c
index ce1fef9..e7bcd88 100644
--- a/libbrasero-burn/burn-task-ctx.c
+++ b/libbrasero-burn/burn-task-ctx.c
@@ -738,7 +738,7 @@ brasero_task_ctx_set_current_action (BraseroTaskCtx *self,
 
 	priv = BRASERO_TASK_CTX_PRIVATE (self);
 
-	if (priv->current_action == action && !force) {
+	if (priv->current_action == action) {
 		if (!force)
 			return BRASERO_BURN_OK;
 



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