[gnome-shell] data: Fix the description for enabled-extensions



commit d9c6485cbf3d73658d7059bc788ae1af266b90f5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 1 11:54:59 2011 -0400

    data: Fix the description for enabled-extensions
    
    The description for enabled-extensions referenced an old and removed key,
    "disabled-extensions". Update the description to talk about the DBus methods
    that GNOME Shell provides and talk about how the list is now an explicit
    whitelist that needs to be there.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663175

 data/org.gnome.shell.gschema.xml.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 78aa79a..ea822ee 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -16,8 +16,9 @@
       <_summary>Uuids of extensions to enable</_summary>
       <_description>
         GNOME Shell extensions have a uuid property; this key lists extensions
-        which should be loaded.  disabled-extensions overrides this setting for
-        extensions that appear in both lists.
+        which should be loaded. Any extension that wants to be loaded needs
+        to be in this list. You can also manipulate this list with the
+        EnableExtension and DisableExtension DBus methods on org.gnome.Shell.
       </_description>
     </key>
     <key name="enable-app-monitoring" type="b">



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