[gnome-color-manager/gnome-3-6] Honour precision for dispcal
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager/gnome-3-6] Honour precision for dispcal
- Date: Sat, 29 Dec 2012 13:46:20 +0000 (UTC)
commit 6a29abe5920014a3f91989bebac4b38eca75fe51
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Thu Dec 27 17:16:47 2012 +0100
Honour precision for dispcal
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 9a341ae..bcf2050 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -357,7 +357,7 @@ gcm_calibrate_argyll_display_neutralise (GcmCalibrateArgyll *calibrate_argyll,
g_ptr_array_add (array, g_strdup (command));
#endif
g_ptr_array_add (array, g_strdup ("-v"));
- g_ptr_array_add (array, g_strdup ("-ql"));
+ g_ptr_array_add (array, g_strdup (gcm_calibrate_argyll_get_quality_arg (calibrate_argyll)));
g_ptr_array_add (array, g_strdup ("-m"));
if (target_whitepoint > 0)
g_ptr_array_add (array, g_strdup_printf ("-t%i", target_whitepoint));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]