[gnome-color-manager/gnome-3-2] Limit display profiles to Single shaper matrix, to keep greyscale neutral
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager/gnome-3-2] Limit display profiles to Single shaper matrix, to keep greyscale neutral
- Date: Wed, 14 Mar 2012 17:46:45 +0000 (UTC)
commit cb6e2edb3ecff2cc75de5c8a1a019a69d722a5d6
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Fri Jan 27 22:24:24 2012 +0100
Limit display profiles to Single shaper matrix, to keep greyscale neutral
Signed-off-by: Richard Hughes <richard hughsie com>
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 39a29b7..9572d99 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -844,7 +844,7 @@ gcm_calibrate_argyll_display_generate_profile (GcmCalibrateArgyll *calibrate_arg
g_ptr_array_add (array, g_strdup_printf ("-D%s", description));
g_ptr_array_add (array, g_strdup_printf ("-C%s", copyright));
g_ptr_array_add (array, g_strdup (gcm_calibrate_argyll_get_quality_arg (calibrate_argyll)));
- g_ptr_array_add (array, g_strdup ("-as"));
+ g_ptr_array_add (array, g_strdup ("-aS"));
g_ptr_array_add (array, g_strdup (basename));
argv = gcm_utils_ptr_array_to_strv (array);
gcm_calibrate_argyll_debug_argv (command, argv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]