Patch by semernin to fix bug#272

thanks



SVN revision: 39951
This commit is contained in:
Davide Andreoli 2009-04-10 22:28:58 +00:00
parent d115dd1b4e
commit 9b12de4e79
1 changed files with 1 additions and 12 deletions

View File

@ -626,18 +626,7 @@ _e_fwin_desktop_run(Efreet_Desktop *desktop, E_Fwin *fwin)
if (ext == E_FWIN_EXEC_NONE)
{
if (!((ici->link) && (ici->mount)))
{
if (ici->link)
{
if (!S_ISDIR(ici->statinfo.st_mode))
snprintf(buf, sizeof(buf), "%s", ici->file);
}
else
{
if (!S_ISDIR(ici->statinfo.st_mode))
snprintf(buf, sizeof(buf), "%s", ici->file);
}
}
snprintf(buf, sizeof(buf), "%s", ici->file);
}
else
_e_fwin_file_exec(fwin, ici, ext);