[Xfce4-commits] [xfce/xfce4-session] 02/02: xfsm-manager: pass manager variable to g_timeout_add (Bug #13802)

noreply at xfce.org noreply at xfce.org
Mon Aug 21 17:42:54 CEST 2017


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

e   r   i   c       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/xfce4-session.

commit b9cfbafe7cc9517dc424212aca0199f037eb977d
Author: Viktor Odintsev <ninetls at xfce.org>
Date:   Sun Aug 20 18:43:52 2017 +0300

    xfsm-manager: pass manager variable to g_timeout_add (Bug #13802)
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 xfce4-session/xfsm-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce4-session/xfsm-manager.c b/xfce4-session/xfsm-manager.c
index 2bb68bd..00309b0 100644
--- a/xfce4-session/xfsm-manager.c
+++ b/xfce4-session/xfsm-manager.c
@@ -1611,7 +1611,7 @@ xfsm_manager_perform_shutdown (XfsmManager *manager)
   /* give all clients the chance to close the connection */
   manager->die_timeout_id = g_timeout_add (DIE_TIMEOUT,
                                            (GSourceFunc) manager_quit_signal,
-                                           NULL);
+                                           manager);
 }
 
 

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


More information about the Xfce4-commits mailing list