discomfitor pushed a commit to branch enlightenment-0.22.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ff17200996ce18a741fc41195d2187865b000b40

commit ff17200996ce18a741fc41195d2187865b000b40
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Apr 12 20:56:46 2018 +0900

    e thumb - be consistent and use safe run for restarting thumbnailer
    
    fix inconsistency in using ecore_exe_run and the e_util wrapper...
    
    @fix
---
 src/bin/e_thumb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_thumb.c b/src/bin/e_thumb.c
index 2fed2c9b8..a22ed3e0d 100644
--- a/src/bin/e_thumb.c
+++ b/src/bin/e_thumb.c
@@ -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);
           }
      }

-- 


Reply via email to