[gnome-color-manager] Add CMP DT 003 target image submitted by Guy Kloss



commit 076f352b7ecd3f937dcca4969682c8cd349de59f
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Tue Mar 9 18:18:32 2010 +0100

    Add CMP DT 003 target image submitted by Guy Kloss

 data/targets/CMP_DT_003.png |  Bin 0 -> 39273 bytes
 data/targets/Makefile.am    |    1 +
 src/gcm-calibrate-dialog.c  |    2 +-
 3 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/targets/CMP_DT_003.png b/data/targets/CMP_DT_003.png
new file mode 100644
index 0000000..458857d
Binary files /dev/null and b/data/targets/CMP_DT_003.png differ
diff --git a/data/targets/Makefile.am b/data/targets/Makefile.am
index 6b91361..0f5ef1e 100644
--- a/data/targets/Makefile.am
+++ b/data/targets/Makefile.am
@@ -8,6 +8,7 @@ targets_DATA =					\
 	QPcard_201.png				\
 	LaserSoftDCPro.png			\
 	i1_RGB_Scan_14.png			\
+	CMP_DT_003.png				\
 	IT872.png
 
 EXTRA_DIST =					\
diff --git a/src/gcm-calibrate-dialog.c b/src/gcm-calibrate-dialog.c
index 3ae69c2..94b040e 100644
--- a/src/gcm-calibrate-dialog.c
+++ b/src/gcm-calibrate-dialog.c
@@ -525,7 +525,7 @@ gcm_calibrate_dialog_reference_kind_to_thumbnail_image_filename (GcmCalibrateRef
 	if (kind == GCM_CALIBRATE_REFERENCE_KIND_CMP_DIGITAL_TARGET_3)
 		return "CMP-DigitalTarget3.png";
 	if (kind == GCM_CALIBRATE_REFERENCE_KIND_CMP_DT_003)
-		return NULL;
+		return "CMP_DT_003.png";
 	if (kind == GCM_CALIBRATE_REFERENCE_KIND_COLOR_CHECKER)
 		return "ColorChecker24.png";
 	if (kind == GCM_CALIBRATE_REFERENCE_KIND_COLOR_CHECKER_DC)



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