[drwright] 'priority' is a required key for g-s-d plugins



commit a3dd03f7dbff144ea5f1848ca04fc4e3c2b7339e
Author: Christopher Aillon <caillon redhat com>
Date:   Tue Feb 15 11:45:38 2011 -0800

    'priority' is a required key for g-s-d plugins
    
    Not including will lead to g-s-d aborting...
    Bug 642416

 ...ings-daemon.plugins.typing-break.gschema.xml.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/org.gnome.settings-daemon.plugins.typing-break.gschema.xml.in b/src/org.gnome.settings-daemon.plugins.typing-break.gschema.xml.in
index 23db03f..2919604 100644
--- a/src/org.gnome.settings-daemon.plugins.typing-break.gschema.xml.in
+++ b/src/org.gnome.settings-daemon.plugins.typing-break.gschema.xml.in
@@ -24,6 +24,10 @@
       <default>true</default>
       <_summary>Whether the settings daemon should activate the typing break plugin</_summary>
     </key>
+    <key type="i" name="priority">
+      <default>100</default>
+      <_summary>Priority to use for this plugin</_summary>
+    </key>
     <key name="enabled" type="b">
       <default>true</default>
       <_summary>Whether typing break is enabled</_summary>



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