diff options
Diffstat (limited to 'src/PhotoPage.vala')
-rw-r--r-- | src/PhotoPage.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PhotoPage.vala b/src/PhotoPage.vala index 9bed855..5c2a1de 100644 --- a/src/PhotoPage.vala +++ b/src/PhotoPage.vala @@ -2530,7 +2530,7 @@ public class LibraryPhotoPage : EditingHostPage { update_flag_action(); - set_action_visible("ExternalEditRAW", + set_action_sensitive("ExternalEditRAW", is_raw && Config.Facade.get_instance().get_external_raw_app() != ""); base.update_actions(selected_count, count); |