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



commit b78f0d22e9de876668210c3bcb1a7f4ba5247a19
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 bc1b03b..d1caf30 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]