[Xfce4-commits] [xfce/xfdesktop] 01/01: Do not cycle backdrop twice

noreply at xfce.org noreply at xfce.org
Sun May 19 18:46:19 CEST 2019


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

a   n   d   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 xfce/xfdesktop.

commit 014a1417f7e062c90273aba109bbc4cd464b2886
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date:   Sat May 18 00:49:40 2019 +0200

    Do not cycle backdrop twice
    
    It's done by xfce_backdrop_timer() already.
---
 src/xfce-backdrop.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/xfce-backdrop.c b/src/xfce-backdrop.c
index abc3e0b..0c2d8cc 100644
--- a/src/xfce-backdrop.c
+++ b/src/xfce-backdrop.c
@@ -1536,10 +1536,7 @@ xfce_backdrop_force_cycle(XfceBackdrop *backdrop)
 
     TRACE("entering");
 
-    /* force it to update */
-    xfce_backdrop_cycle_backdrop(backdrop);
-
-    /* Update the timer, if running */
+    /* Just update the timer, if running, to cycle the backdrop */
     xfce_backdrop_timer(backdrop);
 }
 

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


More information about the Xfce4-commits mailing list