Look for edje_cc in the right place when importing wallpapers

Some of us do funky things like not having a proper PATH set when E
starts, so let's not rely on such black magics when we have better methods.
This commit is contained in:
Iván Briano 2013-07-12 15:13:45 -03:00
parent 09b4dfb940
commit 39ea5b4e3d
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ _import_edj_gen(E_Import_Config_Dialog *import)
fclose(f);
snprintf(cmd, sizeof(cmd), "edje_cc -v %s %s %s",
snprintf(cmd, sizeof(cmd), "%s/edje_cc -v %s %s %s", e_prefix_bin_get(),
ipart, tmpn, e_util_filename_escape(buf));
import->tmpf = strdup(tmpn);