fix Open Terminal Here to actually use the current zone for launch; fwin->zone is only used on desktop instances, not actual windows, so it was guaranteed to be null

ticket #1449


SVN revision: 76185
This commit is contained in:
Mike Blumenkrantz 2012-09-05 09:48:14 +00:00
parent ca23ccf990
commit b2a7d4c84b
1 changed files with 1 additions and 1 deletions

View File

@ -1889,7 +1889,7 @@ _e_fwin_terminal(void *data,
if (path)
{
chdir(path);
e_exec(fwin->zone, tdesktop, NULL, NULL, "fileman");
e_exec(e_util_zone_current_get(e_manager_current_get()), tdesktop, NULL, NULL, "fileman");
chdir(buf);
}
efreet_desktop_free(tdesktop);