[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Disable fade to black when entering screensaver or lock
noreply at xfce.org
noreply at xfce.org
Thu Nov 15 12:53:42 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 d6723f6b21ba9e2b176ed520e97ec11b814bee6d
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Nov 15 06:53:36 2018 -0500
Disable fade to black when entering screensaver or lock
---
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 cd46e0e..7a11838 100644
--- a/src/gs-manager.c
+++ b/src/gs-manager.c
@@ -1612,7 +1612,7 @@ gs_manager_activate (GSManager *manager) {
manager->priv->active = TRUE;
/* fade to black and show windows */
- do_fade = TRUE;
+ do_fade = FALSE;
if (do_fade) {
manager->priv->fading = TRUE;
gs_debug ("fading out");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list