summaryrefslogtreecommitdiff
path: root/src/modules/sysinfo/thermal/thermal.c
diff options
context:
space:
mode:
authorStephen 'Okra' Houston <smhouston88@gmail.com>2017-05-15 10:43:05 -0500
committerStephen 'Okra' Houston <smhouston88@gmail.com>2017-05-15 10:43:05 -0500
commit7d095c3fe3861b79b7a955035c6959e4c893efaf (patch)
treef9c91578eb0ab241d8fbe3738bd4b9148c728535 /src/modules/sysinfo/thermal/thermal.c
parent9d0bcd9ce28d69c96aae8b01c93c8854aef2ae7d (diff)
downloadenlightenment-7d095c3fe3861b79b7a955035c6959e4c893efaf.tar.gz
Sysinfo: Fix use for non linux/bsd os's.
This fixes T5485
Diffstat (limited to 'src/modules/sysinfo/thermal/thermal.c')
-rw-r--r--src/modules/sysinfo/thermal/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sysinfo/thermal/thermal.c b/src/modules/sysinfo/thermal/thermal.c
index e3e0d6b56f..ae39c6924d 100644
--- a/src/modules/sysinfo/thermal/thermal.c
+++ b/src/modules/sysinfo/thermal/thermal.c
@@ -161,7 +161,7 @@ _thermal_config_updated(Instance *inst)
_thermal_check_done,
tth, EINA_TRUE);
#else
- inst->cfg->thermal.th = ecore_thread_feedback_run(_thermal_check_main,
+ inst->cfg->thermal.th = ecore_thread_feedback_run(_thermal_check_fallback,
_thermal_check_notify,
_thermal_check_done,
_thermal_check_done,