diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-31 04:55:15 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-31 04:55:15 +0200 |
commit | 023815361486c0b5696d91326366d62e1828b025 (patch) | |
tree | 4ac60a271673cc94c74d5125fdaea4fb9ee26a68 /src/photos/JfifSupport.vala | |
parent | 143bfc9f801c84428074312d661f8e08803df83b (diff) |
Imported Upstream version 0.23.6upstream/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 = { |