diff options
Diffstat (limited to 'src/modules/sysinfo/thermal/thermal.c')
-rw-r--r-- | src/modules/sysinfo/thermal/thermal.c | 2 |
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, |