[gnome-color-manager/gnome-3-8] Correct the approximate timings in the calibration dialog



commit 2c1986f024a333bddfbec4441cea00eaea1a0dff
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 c4fc9d9..712dcbb 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -1676,7 +1676,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]