[gnome-color-manager] Replace colprof -aS with -aG



commit cc13a915e5bd26dfeea200f8b7e547d9bfdb8a23
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Fri Feb 12 18:11:41 2010 +0100

    Replace colprof -aS with -aG

 src/gcm-calibrate-argyll.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 3bfb99d..2571c45 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -974,7 +974,7 @@ gcm_calibrate_argyll_device_generate_profile (GcmCalibrateArgyll *calibrate_argy
 	/* check whether the target is a low patch count target and generate low quality single shaper profile */
 	if (reference_kind == GCM_CALIBRATE_REFERENCE_KIND_COLOR_CHECKER ||
 	    reference_kind == GCM_CALIBRATE_REFERENCE_KIND_QPCARD_201)
-		g_ptr_array_add (array, g_strdup ("-aS"));
+		g_ptr_array_add (array, g_strdup ("-aG"));
 
 	g_ptr_array_add (array, g_strdup (basename));
 	argv = gcm_utils_ptr_array_to_strv (array);



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