[gnome-color-manager] Correct the approximate timings in the calibration dialog
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Correct the approximate timings in the calibration dialog
- Date: Tue, 10 Dec 2013 13:36:38 +0000 (UTC)
commit f9e8770867ebba57579fdcd397fa9e287ee1c529
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Fri Nov 29 16:44:26 2013 +0100
Correct the approximate timings in the calibration dialog
The last correction was still too conservative.
Signed-off-by: Richard Hughes <richard hughsie com>
src/gcm-calibrate-main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index 69a3dd2..60760b9 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -1691,7 +1691,7 @@ gcm_calib_setup_page_precision (GcmCalibratePriv *priv)
GString *labels[3];
guint i;
guint values_printer[] = { 6, 4, 2}; /* sheets */
- guint values_display[] = { 30, 20, 10}; /* minutes */
+ guint values_display[] = { 60, 40, 20}; /* minutes */
GtkAssistant *assistant = GTK_ASSISTANT (priv->main_window);
/* TRANSLATORS: this is the page title */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]