[brasero] just minor code cleanup



commit b40b08bdbc46a29f140a4d8198a144f0a69e623f
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun Nov 22 20:43:31 2009 +0100

    just minor code cleanup

 libbrasero-burn/burn-caps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/burn-caps.c b/libbrasero-burn/burn-caps.c
index b330190..5f619e3 100644
--- a/libbrasero-burn/burn-caps.c
+++ b/libbrasero-burn/burn-caps.c
@@ -240,7 +240,7 @@ brasero_burn_caps_find_start_caps (BraseroBurnCaps *self,
 		if (!brasero_caps_is_compatible_type (caps, output))
 			continue;
 
-		if (caps->type.type == BRASERO_TRACK_TYPE_DISC
+		if (brasero_track_type_get_has_medium (&caps->type)
 		|| (caps->flags & BRASERO_PLUGIN_IO_ACCEPT_FILE))
 			return caps;
 	}



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