exec - dont run null exec commands

fixes T7133

@fix
This commit is contained in:
Carsten Haitzler 2020-06-09 22:11:32 +01:00
parent 9efb53b80d
commit e898224672
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ _e_exec_cb_exec(void *data, Efreet_Desktop *desktop, char *exec, int remaining)
return NULL;
}
}
else
else if (exec)
{
if ((desktop) && (desktop->terminal))
{