sachiel pushed a commit to branch master.
commit 39ea5b4e3d1fd1cd7aaea9a9ec2487e29fda68fd
Author: Iván Briano <[email protected]>
Date: Fri Jul 12 15:13:45 2013 -0300
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.
---
src/bin/e_import_config_dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_import_config_dialog.c b/src/bin/e_import_config_dialog.c
index bf9278e..66679f0 100644
--- a/src/bin/e_import_config_dialog.c
+++ b/src/bin/e_import_config_dialog.c
@@ -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);
--
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk