[Xfce4-commits] [apps/xfce4-screensaver] 283/425: Change shake times to even number, so the dialog can return to its original position.

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:52:10 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 3881a6e4c2fdbb2c072d06d8b33e46d444d2e0c3
Author: Hao Lee <haolee.swjtu at gmail.com>
Date:   Tue Jan 17 17:28:49 2017 +0800

    Change shake times to even number, so the dialog can return to its original position.
---
 src/gs-window-x11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
index 87eac00..7060591 100644
--- a/src/gs-window-x11.c
+++ b/src/gs-window-x11.c
@@ -1496,7 +1496,7 @@ shake_dialog (GSWindow *window)
 
 	window->priv->dialog_shake_in_progress = TRUE;
 
-	for (i = 0; i < 9; i++)
+	for (i = 0; i < 8; i++)
 	{
 		if (i % 2 == 0)
 		{

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


More information about the Xfce4-commits mailing list