[gnome-color-manager] For dispread skip instrument recalibration for the ColorMunki



commit 897ec4b6812202dcc7906f906d4b740ae6dc43e5
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Tue Dec 25 23:57:07 2012 +0100

    For dispread skip instrument recalibration for the ColorMunki
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 src/gcm-calibrate-argyll.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 79ec2f3..3aa0dae 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -574,6 +574,7 @@ gcm_calibrate_argyll_display_draw_and_measure (GcmCalibrateArgyll *calibrate_arg
 	g_ptr_array_add (array, g_strdup_printf ("%s.cal", basename));
 	if (sensor_kind == CD_SENSOR_KIND_COLOR_MUNKI) {
 		g_ptr_array_add (array, g_strdup ("-H"));
+		g_ptr_array_add (array, g_strdup ("-N"));
 	}
 	g_ptr_array_add (array, g_strdup ("-P 0.5,0.5,0.8"));
 	g_ptr_array_add (array, g_strdup (basename));



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