[gnome-power-manager] Alias 'always' to 'present' to ensure that migrating the schema does not emit a warning



commit 749d4cc7f5ff92f30a6d2e9498682d81baa4dc40
Author: Richard Hughes <richard hughsie com>
Date:   Fri Nov 5 14:51:08 2010 +0000

    Alias 'always' to 'present' to ensure that migrating the schema does not emit a warning

 data/org.gnome.power-manager.gschema.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.power-manager.gschema.xml b/data/org.gnome.power-manager.gschema.xml
index e71f6ba..797321b 100644
--- a/data/org.gnome.power-manager.gschema.xml
+++ b/data/org.gnome.power-manager.gschema.xml
@@ -350,6 +350,9 @@
       <summary>If preferences and statistics items should be shown in the context menu</summary>
     </key>
     <key name="icon-policy" enum="org.gnome.power-manager.IconPolicy">
+      <aliases>
+        <alias value='always' target='present'/>
+      </aliases>
       <default>'present'</default>
       <summary>When to show the notification icon</summary>
       <description>Display options for the notification icon.</description>



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