[brasero] Fix #594530 - BRASERO_MEDIA_TYPE_ALL_BUT_FILE doesn't math ALL_BUT_FILE anymore
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix #594530 - BRASERO_MEDIA_TYPE_ALL_BUT_FILE doesn't math ALL_BUT_FILE anymore
- Date: Tue, 8 Sep 2009 18:17:32 +0000 (UTC)
commit 5b546134c16c6c02d55cc43075e8360b709f9d54
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue Sep 8 20:13:13 2009 +0200
Fix #594530 - BRASERO_MEDIA_TYPE_ALL_BUT_FILE doesn't math ALL_BUT_FILE anymore
Stupid mistake fixed.
libbrasero-media/brasero-medium-monitor.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-media/brasero-medium-monitor.h b/libbrasero-media/brasero-medium-monitor.h
index b4e5454..19b4a3d 100644
--- a/libbrasero-media/brasero-medium-monitor.h
+++ b/libbrasero-media/brasero-medium-monitor.h
@@ -91,7 +91,7 @@ typedef enum {
* It can't be combined with FILE type. */
BRASERO_MEDIA_TYPE_CD = 1 << 6,
- BRASERO_MEDIA_TYPE_ALL_BUT_FILE = 0x7F,
+ BRASERO_MEDIA_TYPE_ALL_BUT_FILE = 0xFE,
BRASERO_MEDIA_TYPE_ALL = 0xFF
} BraseroMediaType;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]