brasero r2004 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r2004 - in trunk: . src
- Date: Wed, 25 Feb 2009 20:48:22 +0000 (UTC)
Author: philippr
Date: Wed Feb 25 20:48:22 2009
New Revision: 2004
URL: http://svn.gnome.org/viewvc/brasero?rev=2004&view=rev
Log:
2009-02-25 Philippe Rouquier <bonfire-app wanadoo fr>
Fix a bug where the caps for DVD DL was sometimes used with single ones
* src/burn-caps.c (brasero_caps_is_compatible_type):
Modified:
trunk/ChangeLog
trunk/src/burn-caps.c
Modified: trunk/src/burn-caps.c
==============================================================================
--- trunk/src/burn-caps.c (original)
+++ trunk/src/burn-caps.c Wed Feb 25 20:48:22 2009
@@ -252,7 +252,8 @@
if (type->subtype.media == BRASERO_MEDIUM_NONE)
return FALSE;
- if ((caps->type.subtype.media & type->subtype.media) != type->subtype.media)
+ /* Reminder: we now create every possible types */
+ if (caps->type.subtype.media != type->subtype.media)
return FALSE;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]