diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-31 04:56:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-31 04:56:51 +0200 |
commit | 7686bc45dedb8eaed56afdcc7ef51150f4583f35 (patch) | |
tree | 1cc6fe9f5dcd9e0ccceea904e0aab967fdc35eb4 /src/photos/JfifSupport.vala | |
parent | 6df261f4ed647aed6d46977af12899e94d1c8e14 (diff) | |
parent | 023815361486c0b5696d91326366d62e1828b025 (diff) |
Merge tag 'upstream/0.23.6'
Upstream version 0.23.6
Diffstat (limited to 'src/photos/JfifSupport.vala')
-rw-r--r-- | src/photos/JfifSupport.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/photos/JfifSupport.vala b/src/photos/JfifSupport.vala index 3de123e..2861353 100644 --- a/src/photos/JfifSupport.vala +++ b/src/photos/JfifSupport.vala @@ -51,7 +51,7 @@ public class JfifFileFormatDriver : PhotoFileFormatDriver { public class JfifFileFormatProperties : PhotoFileFormatProperties { private static string[] KNOWN_EXTENSIONS = { - "jpg", "jpeg", "jpe" + "jpg", "jpeg", "jpe", "thm" }; private static string[] KNOWN_MIME_TYPES = { |