[gnome-color-manager] Default to quick calibration, should be more than enough



commit 00b1a67eeaf2e12a74b0cb56c548902ab170dc92
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Fri Nov 29 16:48:32 2013 +0100

    Default to quick calibration, should be more than enough
    
    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 6fac823..69a3dd2 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -1765,7 +1765,6 @@ gcm_calib_setup_page_precision (GcmCalibratePriv *priv)
        g_signal_connect (widget, "toggled",
                          G_CALLBACK (gcm_calib_precision_toggled_cb), priv);
        gtk_box_pack_start (GTK_BOX (content), widget, FALSE, FALSE, 0);
-       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), TRUE);
 
        list = gtk_radio_button_get_group (GTK_RADIO_BUTTON (widget));
        widget = gtk_radio_button_new_with_label (list, labels[2]->str);
@@ -1775,6 +1774,7 @@ gcm_calib_setup_page_precision (GcmCalibratePriv *priv)
        g_signal_connect (widget, "toggled",
                          G_CALLBACK (gcm_calib_precision_toggled_cb), priv);
        gtk_box_pack_start (GTK_BOX (content), widget, FALSE, FALSE, 0);
+       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), TRUE);
 
        /* add to assistant */
        gtk_assistant_append_page (assistant, vbox);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]