[Xfce4-commits] [apps/xfce4-screensaver] 34/425: fix mate_bg_load_from_preferences call

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:48:01 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 63da66a55db941f94b770a86f1e57374f05d8351
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Sat Nov 3 12:17:06 2012 +0100

    fix mate_bg_load_from_preferences call
---
 src/gs-manager.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/gs-manager.c b/src/gs-manager.c
index d5758d9..bbfc532 100644
--- a/src/gs-manager.c
+++ b/src/gs-manager.c
@@ -1042,8 +1042,7 @@ background_settings_change_event_cb (GSettings *settings,
          /* FIXME: since we bind user settings instead of system ones,
           * watching for changes is no longer valid.
           */
-	  mate_bg_load_from_preferences (manager->priv->bg,
-                                         manager->priv->settings);
+	  mate_bg_load_from_preferences (manager->priv->bg);
 #endif
 
           return FALSE;
@@ -1095,8 +1094,7 @@ gs_manager_init (GSManager *manager)
                           G_CALLBACK (background_settings_change_event_cb),
                           manager);
 
-	mate_bg_load_from_preferences (manager->priv->bg,
-                                       manager->priv->settings);
+	mate_bg_load_from_preferences (manager->priv->bg);
 }
 
 static void

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


More information about the Xfce4-commits mailing list