From a4f26d060486684e8d37e922ab2fbc4dcc02a85e Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 21 Dec 2016 13:58:07 -0500 Subject: Show "open with" tab in properties window when "open with" menu available --- src/file-manager/fm-properties-window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/file-manager') diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c index e3fab002..94664b21 100644 --- a/src/file-manager/fm-properties-window.c +++ b/src/file-manager/fm-properties-window.c @@ -4978,7 +4978,6 @@ is_a_special_file (CajaFile *file) { if (file == NULL || CAJA_IS_DESKTOP_ICON_FILE (file) || - caja_file_is_caja_link (file) || is_merged_trash_directory (file) || is_computer_directory (file)) { return TRUE; @@ -4992,7 +4991,7 @@ should_show_open_with (FMPropertiesWindow *window) CajaFile *file; /* Don't show open with tab for desktop special icons (trash, etc) - * or desktop files. We don't get the open-with menu for these anyway. + * We don't get the open-with menu for these anyway. * * Also don't show it for folders. Changing the default app for folders * leads to all sort of hard to understand errors. -- cgit v1.2.1