Skip to content
Snippets Groups Projects
Commit 953db576 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Dont show "execute" on context menu for folders

Regression introduced in 7df4b1aa

See as well !95
parent b89b9c2b
No related branches found
No related tags found
No related merge requests found
......@@ -651,6 +651,7 @@ thunar_launcher_set_selected_files (ThunarComponent *component,
|| thunar_file_is_mountable (lp->data))
{
++launcher->n_directories_to_process;
launcher->files_are_all_executable = FALSE;
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment