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

eric pushed a 
commit to branch 
master
in repository xfce/xfce4-session.

commit b9cfbafe7cc9517dc424212aca0199f037eb977d
Author: Viktor Odintsev <nine...@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.koe...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to