Open filemanager in the current zone

This commit is contained in:
Davide Andreoli 2015-01-31 13:35:31 +01:00
parent 28353dece1
commit 57025c03a0
1 changed files with 1 additions and 1 deletions

View File

@ -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