[brasero] Fix a bug which prevented the rest of the spanned session with data to be burnt



commit 7c297a28eb420e36d9d5c7db022aac3b95f97140
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun May 17 17:49:55 2009 +0200

    Fix a bug which prevented the rest of the spanned session with data to be burnt
---
 libbrasero-burn/brasero-session-span.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libbrasero-burn/brasero-session-span.c b/libbrasero-burn/brasero-session-span.c
index 02eeb29..71babfa 100644
--- a/libbrasero-burn/brasero-session-span.c
+++ b/libbrasero-burn/brasero-session-span.c
@@ -238,6 +238,7 @@ brasero_session_span_next (BraseroSessionSpan *session)
 				return result;
 			}
 
+			pushed = TRUE;
 			brasero_burn_session_push_tracks (BRASERO_BURN_SESSION (session));
 			brasero_burn_session_add_track (BRASERO_BURN_SESSION (session), BRASERO_TRACK (new_track));
 			break;



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