[Xfce4-commits] [apps/xfce4-screensaver] 38/425: fix org.mate.background gschema name

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:48:05 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 994009c15ad8198dc38964bf49823e90609d4029
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Sat Nov 3 14:48:27 2012 +0100

    fix org.mate.background gschema name
---
 src/gs-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gs-manager.c b/src/gs-manager.c
index bbfc532..b4db80f 100644
--- a/src/gs-manager.c
+++ b/src/gs-manager.c
@@ -1060,7 +1060,7 @@ get_system_settings (void)
          * Hence, reset to system default values.
          */
         /* TODO: Ideally we would like to bind some other key, screensaver-specific. */
-        settings = g_settings_new ("org.mate.desktop.background");
+        settings = g_settings_new ("org.mate.background");
 
 	g_settings_delay (settings);
 

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


More information about the Xfce4-commits mailing list