[gnome-color-manager/gnome-3-2] Ensure we always set a calibration image if one exists
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager/gnome-3-2] Ensure we always set a calibration image if one exists
- Date: Mon, 17 Oct 2011 10:14:42 +0000 (UTC)
commit 9c7efc9ee67983725d0fc5de7476bf4a9f576254
Author: Richard Hughes <richard hughsie com>
Date: Tue Oct 11 10:19:16 2011 +0100
Ensure we always set a calibration image if one exists
src/gcm-calibrate-argyll.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 7165b14..39a29b7 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -2172,6 +2172,7 @@ gcm_calibrate_argyll_interaction_calibrate (GcmCalibrateArgyll *calibrate_argyll
/* get the image, if we have one */
filename = gcm_calibrate_argyll_get_sensor_image_calibrate (calibrate_argyll);
+ gcm_calibrate_set_image (GCM_CALIBRATE (calibrate_argyll), filename);
if (filename != NULL) {
/* TRANSLATORS: this is when the user has to change a setting on the sensor, and we're showing a picture */
@@ -2221,6 +2222,7 @@ gcm_calibrate_argyll_interaction_surface (GcmCalibrateArgyll *calibrate_argyll)
/* get the image, if we have one */
filename = gcm_calibrate_argyll_get_sensor_image_screen (calibrate_argyll);
+ gcm_calibrate_set_image (GCM_CALIBRATE (calibrate_argyll), filename);
if (filename != NULL) {
/* TRANSLATORS: this is when the user has to change a setting on the sensor, and we're showing a picture */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]