[gsettings-desktop-schemas] schemas: Rename resident-in-lock-screen key



commit 3c00d8ab8bddcf53a94cac2830765c05a053a49a
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Wed Jan 30 19:32:00 2013 +0100

    schemas: Rename resident-in-lock-screen key
    
    As requested during the review of the shell implementation of the
    notifications filtering, rename the resident-in-lock-screen key to
    details-in-lock-screen as it more closely reflects the behaviour of the
    setting.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692894

 ...g.gnome.desktop.notifications.gschema.xml.in.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.notifications.gschema.xml.in.in b/schemas/org.gnome.desktop.notifications.gschema.xml.in.in
index 03d55ce..9af45b9 100644
--- a/schemas/org.gnome.desktop.notifications.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.notifications.gschema.xml.in.in
@@ -75,12 +75,12 @@
       </_description>
     </key>
 
-    <key name="resident-in-lock-screen" type="b">
+    <key name="details-in-lock-screen" type="b">
       <default>false</default>
-      <_summary>Be resident in the lock screen</_summary>
+      <_summary>Show details in the lock screen</_summary>
       <_description>
-        Whether notifications from this application will be shown individually in
-        full (with details, action buttons and images) in the lock screen.
+        Whether the summary and body of notifications from this application will be
+        visible in the locked screen.
       </_description>
     </key>
 



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