[gnome-color-manager] 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] Limit display profiles to Single shaper matrix, to keep greyscale neutral
- Date: Sat, 28 Jan 2012 22:15:23 +0000 (UTC)
commit 2b8a188d5741508a612a5c6fd94872d267625229
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 21f6de4..5e16c17 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -628,7 +628,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]