wok annotate libfm/stuff/patches/fm-file-info.c-1.3.1 @ rev 25157

updated pugixml (1.10 -> 1.12.1)
author Hans-G?nter Theisgen
date Thu Jun 30 16:40:03 2022 +0100 (2022-06-30)
parents
children
rev   line source
Hans-G?nter@23814 1 --- src/base/fm-file-info.c.orig
Hans-G?nter@23814 2 +++ src/base/fm-file-info.c
Hans-G?nter@23814 3 @@ -1385,6 +1385,7 @@
Hans-G?nter@23814 4 else if(strcmp(type, "application/x-desktop") == 0)
Hans-G?nter@23814 5 { /* treat desktop entries as executables if
Hans-G?nter@23814 6 they are native and have read permission */
Hans-G?nter@23814 7 + return FALSE;
Hans-G?nter@23814 8 if(fm_path_is_native(fi->path) && (fi->mode & (S_IRUSR|S_IRGRP|S_IROTH)))
Hans-G?nter@23814 9 {
Hans-G?nter@23814 10 if (fi->shortcut && fi->target) {