diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:43:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:43:08 +0200 |
commit | 2b3f22361da0c1d8e6ce70d71352821758186db7 (patch) | |
tree | 5d10633b47369b3aa52a05bf889ede0dbe5ee108 /src/PhotoPage.vala | |
parent | 211da5fc3048ca2b6ccee2166b0aaaade55cb84f (diff) | |
parent | dc6c76eb04dfe3d4262a1806808f0bc0bf523238 (diff) |
Merge branch 'feature/upstream' into develop
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); |