[gnome-color-manager/colord: 63/72] Auto-EDID profiles should have an RGB colorspace



commit d4c3bfb79fbc871a489baec87f079f4ec18a9b6b
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 22 10:48:15 2011 +0000

    Auto-EDID profiles should have an RGB colorspace

 src/gcm-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-session.c b/src/gcm-session.c
index d8868d3..3dc7366 100644
--- a/src/gcm-session.c
+++ b/src/gcm-session.c
@@ -314,7 +314,7 @@ gcm_apply_create_icc_profile_for_edid (GcmEdid *edid,
 
 	/* create new profile */
 	profile = gcm_profile_new ();
-	gcm_profile_set_colorspace (profile, 0);
+	gcm_profile_set_colorspace (profile, CD_COLORSPACE_RGB);
 	gcm_profile_set_copyright (profile, "No copyright");
 	gcm_profile_set_kind (profile, CD_PROFILE_KIND_DISPLAY_DEVICE);
 



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