[brasero] Fix a problem when checking if an image format is supported when copying a medium using the same dri



commit 5355431e342a327a8840a57da3cb85416f36a6eb
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Fri Jul 31 14:09:58 2009 +0200

    Fix a problem when checking if an image format is supported when copying a medium using the same drive
    It was using the session input instead of the temporary image type to test whether it could be burnt

 libbrasero-burn/brasero-caps-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-caps-session.c b/libbrasero-burn/brasero-caps-session.c
index 99f9434..4c30afe 100644
--- a/libbrasero-burn/brasero-caps-session.c
+++ b/libbrasero-burn/brasero-caps-session.c
@@ -790,7 +790,7 @@ brasero_burn_caps_is_session_supported_same_src_dest (BraseroBurnCaps *self,
 							 TRUE,
 							 session_flags,
 							 caps->type.subtype.media,
-							 &input,
+							 &output,
 							 BRASERO_PLUGIN_IO_ACCEPT_FILE);
 
 			BRASERO_BURN_LOG_DISC_TYPE (caps->type.subtype.media,



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