[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Reenable fading, set timeout to 1 second

noreply at xfce.org noreply at xfce.org
Fri Nov 9 13:39:38 CET 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 dbf8d07fa1a8d6aa8d754019541698f37ad9d5ec
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Nov 9 07:39:32 2018 -0500

    Reenable fading, set timeout to 1 second
---
 src/gs-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gs-manager.c b/src/gs-manager.c
index eaed5b5..ef13104 100644
--- a/src/gs-manager.c
+++ b/src/gs-manager.c
@@ -115,7 +115,7 @@ enum
     PROP_THROTTLED,
 };
 
-#define FADE_TIMEOUT 250
+#define FADE_TIMEOUT 1000
 
 static guint         signals [LAST_SIGNAL] = { 0, };
 
@@ -1825,7 +1825,7 @@ gs_manager_activate (GSManager *manager)
     manager->priv->active = TRUE;
 
     /* fade to black and show windows */
-    do_fade = FALSE;
+    do_fade = TRUE;
     if (do_fade)
     {
         manager->priv->fading = TRUE;

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


More information about the Xfce4-commits mailing list