[gnome-control-center] color: Set the default profile quality at startup



commit d94d512dd1ccf07a792066e6ec0d5340f8ed0724
Author: Richard Hughes <richard hughsie com>
Date:   Wed Mar 25 13:46:28 2015 +0000

    color: Set the default profile quality at startup
    
    I assume once we got a spurious callback from GTK to set this.

 panels/color/cc-color-panel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/color/cc-color-panel.c b/panels/color/cc-color-panel.c
index 3f20ead..7078f07 100644
--- a/panels/color/cc-color-panel.c
+++ b/panels/color/cc-color-panel.c
@@ -2258,6 +2258,7 @@ cc_color_panel_init (CcColorPanel *prefs)
 
   /* can do native display calibration using colord-session */
   priv->calibrate = cc_color_calibrate_new ();
+  cc_color_calibrate_set_quality (priv->calibrate, CD_PROFILE_QUALITY_MEDIUM);
 
   /* setup defaults */
   priv->settings = g_settings_new (GCM_SETTINGS_SCHEMA);


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