[gnome-color-manager] Add one more tag type to the debug printing



commit 6f36d4c491f403474f13ca3756e35c6a2531d81d
Author: Richard Hughes <richard hughsie com>
Date:   Thu Nov 5 16:37:11 2009 +0000

    Add one more tag type to the debug printing

 src/gcm-profile.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-profile.c b/src/gcm-profile.c
index 5c77efa..6f514da 100644
--- a/src/gcm-profile.c
+++ b/src/gcm-profile.c
@@ -72,6 +72,7 @@ static void     gcm_profile_finalize	(GObject     *object);
 #define	GCM_TAG_ID_CALIBRATION_DATE_TIME	0x63616C74
 #define GCM_TRC_TYPE_CURVE			0x63757276
 #define GCM_TRC_TYPE_PARAMETRIC_CURVE		0x70617261
+#define	GCM_TAG_ID_COLORANT_TABLE		0x636C7274
 
 #define GCM_TRC_SIZE			0x08
 #define GCM_TRC_DATA			0x0c
@@ -212,6 +213,8 @@ gcm_prefs_get_tag_description (guint tag)
 		return "copyright";
 	if (tag == GCM_TAG_ID_CALIBRATION_DATE_TIME)
 		return "calibrationDateTime";
+	if (tag == GCM_TAG_ID_COLORANT_TABLE)
+		return "colorantTable";
 	return NULL;
 }
 



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