[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 13/27: Migrate GtkFunction to GSourceFunc

noreply at xfce.org noreply at xfce.org
Sat May 14 15:54:03 CEST 2016


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit 7ffcfc6fa8b4a1a789426893eb330dc34fb41b26
Author: Skunnyk <skunnyk at alteroot.org>
Date:   Tue May 3 18:29:12 2016 +0200

    Migrate GtkFunction to GSourceFunc
---
 panel-plugin/netload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 2a107da..bda0ad8 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -285,7 +285,7 @@ static void run_update (t_global_monitor *global)
     if (global->monitor->options.update_interval > 0)
     {
         global->timeout_id =  g_timeout_add( global->monitor->options.update_interval, 
-            (GtkFunction)update_monitors, global);
+            (GSourceFunc)update_monitors, global);
     }
 }
 

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


More information about the Xfce4-commits mailing list