|
|
|
@ -139,7 +139,7 @@ e_thumb_icon_begin(Evas_Object *obj) |
|
|
|
|
{ |
|
|
|
|
Ecore_Exe *exe; |
|
|
|
|
|
|
|
|
|
snprintf(buf, sizeof(buf), "%s/ephoto_thumbnail --nice=1", PACKAGE_DATA_DIR); |
|
|
|
|
snprintf(buf, sizeof(buf), "%s/ephoto_thumbnail --nice=1", PACKAGE_LIB_DIR); |
|
|
|
|
exe = ecore_exe_run(buf, NULL); |
|
|
|
|
_thumbnailers_exe = eina_list_append(_thumbnailers_exe, exe); |
|
|
|
|
} |
|
|
|
@ -429,7 +429,7 @@ _e_thumb_cb_exe_event_del(void *data EINA_UNUSED, int type EINA_UNUSED, void *ev |
|
|
|
|
Ecore_Exe *exe_thumb; |
|
|
|
|
char buf[4096]; |
|
|
|
|
|
|
|
|
|
snprintf(buf, sizeof(buf), "%s/ephoto_thumbnail --nice=1", PACKAGE_DATA_DIR); |
|
|
|
|
snprintf(buf, sizeof(buf), "%s/ephoto_thumbnail --nice=1", PACKAGE_LIB_DIR); |
|
|
|
|
exe_thumb = ecore_exe_run(buf, NULL); |
|
|
|
|
_thumbnailers_exe = eina_list_append(_thumbnailers_exe, exe_thumb); |
|
|
|
|
} |
|
|
|
|