patches/xfce4-cpufreq-plugin-01-solaris.diff
author kenmays
Sat, 08 Oct 2011 22:15:21 +0000
changeset 3830 6fc265e931b5
permissions -rw-r--r--
Xfce 4.8: Added SFExfce4-cpufreq-plugin.spec,SFExfce4-cpugraph-plugin.spec

--- xfce4-cpufreq-plugin-1.0.0/panel-plugin/xfce4-cpufreq-plugin.c	2011-01-23 01:04:33.000000000 +0000
+++ xfce4-cpufreq-plugin-1.0.0/panel-plugin/xfce4-cpufreq-plugin.c	2011-10-08 22:53:25.776584885 +0100
@@ -136,7 +136,7 @@ cpufreq_restart_timeout (void)
 	g_source_remove (cpuFreq->timeoutHandle);
 	cpuFreq->timeoutHandle = g_timeout_add_seconds (
 			cpuFreq->options->timeout,
-			(GSourceFunc)cpufreq_update_cpus,
+			NULL,
 			NULL);
 }