[Xfce4-commits] [apps/xfce4-screensaver] 31/425: add missing lock-dialog-theme key in gschema

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:47:58 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 152d09c4e586aa2417ea6e25b0dac278d3a113f3
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Sat Nov 3 12:06:08 2012 +0100

    add missing lock-dialog-theme key in gschema
---
 data/org.mate.screensaver.gschema.xml.in | 5 +++++
 src/gs-lock-plug.c                       | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/data/org.mate.screensaver.gschema.xml.in b/data/org.mate.screensaver.gschema.xml.in
index bafc579..6ff9ec1 100644
--- a/data/org.mate.screensaver.gschema.xml.in
+++ b/data/org.mate.screensaver.gschema.xml.in
@@ -75,6 +75,11 @@
       <summary>Allow user switching</summary>
       <description>Set this to TRUE to offer an option in the unlock dialog to switch to a different user account.</description>
     </key>
+    <key name="lock-dialog-theme" type="s">
+      <default>default</default>
+      <summary>Theme for lock dialog</summary>
+      <description>Theme to use for the lock dialog</description>
+    </key>
     <key name="status-message-enabled" type="b">
       <default>true</default>
       <summary>Allow the session status message to be displayed</summary>
diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c
index 554d257..bad85ac 100644
--- a/src/gs-lock-plug.c
+++ b/src/gs-lock-plug.c
@@ -51,9 +51,9 @@
 
 #include "gs-debug.h"
 
-#define GSETTINGS_SCHEMA "org.mate.ScreenSaver"
+#define GSETTINGS_SCHEMA "org.mate.screensaver"
 
-#define KEY_LOCK_DIALOG_THEME "/apps/mate-screensaver/lock_dialog_theme"
+#define KEY_LOCK_DIALOG_THEME "lock-dialog-theme"
 
 #define MDM_FLEXISERVER_COMMAND "mdmflexiserver"
 #define MDM_FLEXISERVER_ARGS    "--startnew Standard"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list