[gnome-color-manager] Native calibration doesn't actually work yet
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Native calibration doesn't actually work yet
- Date: Thu, 1 Dec 2011 18:37:45 +0000 (UTC)
commit cf8f508c29a228c3bacb5ec7730b6d42daa09e93
Author: Richard Hughes <richard hughsie com>
Date: Thu Dec 1 18:36:39 2011 +0000
Native calibration doesn't actually work yet
src/gcm-calibrate.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index d0e93f9..30a0b2a 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -1480,8 +1480,7 @@ gcm_calibrate_display (GcmCalibrate *calibrate,
goto out;
/* if sensor is native, then take some measurements */
- if (cd_sensor_get_native (calibrate->priv->sensor) &&
- cd_sensor_get_kind (calibrate->priv->sensor) == CD_SENSOR_KIND_COLORHUG) {
+ if (FALSE && cd_sensor_get_native (calibrate->priv->sensor)) {
cal_fn = g_strdup_printf ("%s/%s.cal",
priv->working_path,
priv->basename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]