[gnome-color-manager] Default to normal calibration
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Default to normal calibration
- Date: Sat, 29 Dec 2012 13:44:40 +0000 (UTC)
commit a28682e6999b5f903b2fa109a0ba081825420e61
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Wed Dec 26 21:35:21 2012 +0100
Default to normal calibration
Signed-off-by: Richard Hughes <richard hughsie com>
src/gcm-calibrate-main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index 8f2fc15..2e3bf24 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -1734,6 +1734,7 @@ gcm_calib_setup_page_precision (GcmCalibratePriv *calib)
g_signal_connect (widget, "toggled",
G_CALLBACK (gcm_calib_precision_toggled_cb), calib);
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]