davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=57025c03a078593f7e69b52b94903a2bae3ef138
commit 57025c03a078593f7e69b52b94903a2bae3ef138 Author: Dave Andreoli <[email protected]> Date: Sat Jan 31 13:35:31 2015 +0100 Open filemanager in the current zone --- src/e_mod_places.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_mod_places.c b/src/e_mod_places.c index 342db96..f020523 100644 --- a/src/e_mod_places.c +++ b/src/e_mod_places.c @@ -597,7 +597,7 @@ _places_run_fm_external(const char *fm, const char *directory) char exec[PATH_MAX]; snprintf(exec, PATH_MAX, "%s \"%s\"", (char*)fm, (char*)directory); - e_exec(NULL, NULL, exec, NULL, NULL); + e_exec(e_zone_current_get(e_comp), NULL, exec, NULL, NULL); } static void --
