fix executing executables directly in efm.

SVN revision: 76753
This commit is contained in:
Carsten Haitzler 2012-09-17 10:33:42 +00:00
parent fbc50eee75
commit 84bd5f65fc
1 changed files with 1 additions and 0 deletions

View File

@ -1281,6 +1281,7 @@ _e_fwin_file_is_exec(E_Fm2_Icon_Info *ici)
(!strcmp(ici->mime, "application/x-csh")) ||
(!strcmp(ici->mime, "application/x-perl")) ||
(!strcmp(ici->mime, "application/x-shar")) ||
(!strcmp(ici->mime, "application/x-executable")) ||
(!strcmp(ici->mime, "text/x-csh")) ||
(!strcmp(ici->mime, "text/x-python")) ||
(!strcmp(ici->mime, "text/x-sh"))