e thumb - be consistent and use safe run for restarting thumbnailer

fix inconsistency in using ecore_exe_run and the e_util wrapper...

@fix
This commit is contained in:
Carsten Haitzler 2018-04-12 20:56:46 +09:00
parent 6da22e22f8
commit 7cceed1337
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ _e_thumb_cb_exe_event_del(void *data EINA_UNUSED, int type EINA_UNUSED, void *ev
snprintf(buf, sizeof(buf), "%s/enlightenment/utils/enlightenment_thumb --nice=%d", e_prefix_lib_get(),
e_config->thumb_nice);
exe_thumb = ecore_exe_run(buf, NULL);
exe_thumb = e_util_exe_safe_run(buf, NULL);
_thumbnailers_exe = eina_list_append(_thumbnailers_exe, exe_thumb);
}
}