[gnome-settings-daemon] color: Enable the plugin by default



commit c3a2700b28626aba89d7ea7f468cc66413e368e5
Author: Richard Hughes <richard hughsie com>
Date:   Mon May 23 11:45:48 2011 +0100

    color: Enable the plugin by default
    
    This worked for me in testing, as I had changed the value of the key in
    org.gnome.settings-daemon.plugins.color.gschema.xml.in, but this alas was
    autogenerated.
    
    Too many .in's for my tiny brain. Apologies.

 ...settings-daemon.plugins.color.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
index ede9a83..73865c0 100644
--- a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
@@ -1,7 +1,7 @@
 <schemalist>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.color" path="/org/gnome/settings-daemon/plugins/color/">
     <key name="active" type="b">
-      <default>false</default><!-- color is not a GSD plugin, yet -->
+      <default>true</default>
       <_summary>Activation of this plugin</_summary>
       <_description>Whether this plugin would be activated by gnome-settings-daemon or not</_description>
     </key>



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