Commit e51b16d
[file-manager] Fix apparent bug in context menu updating code.
The code looked like it was supposed to check whether each file in the
selection could be opened in an external app, but was only checking the
first item in the selection repeatedly.
This bug may have been mostly benign since the subsequent call to
caja_mime_get_default_application_for_files will return NULL anyway if the
files don't all match each other.1 parent cf23b9a commit e51b16d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8811 | 8811 | | |
8812 | 8812 | | |
8813 | 8813 | | |
8814 | | - | |
| 8814 | + | |
8815 | 8815 | | |
8816 | 8816 | | |
8817 | 8817 | | |
| |||
0 commit comments