[gnome-color-manager] trivial: rename the i1-pro attach image



commit 61c3e0b258ae57e178d5fe614ffc6b9a2e7cf8ef
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 10 17:02:21 2011 +0100

    trivial: rename the i1-pro attach image

 data/figures/Makefile.am                          |    4 ++--
 data/figures/{i1-attach.svg => i1-pro-attach.svg} |    0
 src/gcm-calibrate-argyll.c                        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/figures/Makefile.am b/data/figures/Makefile.am
index d754bfe..253b3cc 100644
--- a/data/figures/Makefile.am
+++ b/data/figures/Makefile.am
@@ -14,9 +14,9 @@ icons_DATA = 	 			\
 	scan-target.svg			\
 	scan-target-good.svg		\
 	scan-target-bad.svg		\
-	i1-attach.svg			\
+	i1-pro-attach.svg		\
 	huey-attach.svg			\
-	dtp94-attach.svg			\
+	dtp94-attach.svg		\
 	hcfr-attach.svg			\
 	spyder-attach.svg		\
 	munki-ambient.svg		\
diff --git a/data/figures/i1-attach.svg b/data/figures/i1-pro-attach.svg
similarity index 100%
rename from data/figures/i1-attach.svg
rename to data/figures/i1-pro-attach.svg
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 8ed0d79..fac83f0 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -185,7 +185,7 @@ gcm_calibrate_argyll_get_sensor_image_attach (GcmCalibrateArgyll *calibrate_argy
 	if (sensor_kind == CD_SENSOR_KIND_COLORIMTRE_HCFR)
 		return "hcfr-attach.svg";
 	if (sensor_kind == CD_SENSOR_KIND_I1_PRO)
-		return "i1-attach.svg";
+		return "i1-pro-attach.svg";
 	if (sensor_kind == CD_SENSOR_KIND_DTP94)
 		return "dtp94-attach.svg";
 	return NULL;



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