[Xfce4-commits] [xfce/xfwm4] 01/01: Fix cycle_preview option

noreply at xfce.org noreply at xfce.org
Thu Jan 29 22:44:20 CET 2015


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

olivier pushed a commit to branch master
in repository xfce/xfwm4.

commit 6c4eec27bdbb71103aca420fbb3e4207afe03053
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Thu Jan 29 22:41:29 2015 +0100

    Fix cycle_preview option
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/settings.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/settings.c b/src/settings.c
index 97b8df1..061da7b 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -810,7 +810,7 @@ loadSettings (ScreenInfo *screen_info)
         getBoolValue ("cycle_draw_frame", rc);
     screen_info->params->cycle_hidden =
         getBoolValue ("cycle_hidden", rc);
-    screen_info->params->sync_to_vblank =
+    screen_info->params->cycle_preview =
         getBoolValue ("cycle_preview", rc);
     screen_info->params->cycle_tabwin_mode =
         CLAMP (getIntValue ("cycle_tabwin_mode", rc), 0, 1);

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


More information about the Xfce4-commits mailing list