[gimp] plug-ins: remove the magic from file-nef-load



commit ad25307a3b1ee86f56937a9c9e158057d8af7b91
Author: Michael Natterer <mitch gimp org>
Date:   Sun May 1 18:40:30 2016 +0200

    plug-ins: remove the magic from file-nef-load
    
    It was matching a lot of TIFFs.

 plug-ins/file-darktable/file-darktable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-darktable/file-darktable.c b/plug-ins/file-darktable/file-darktable.c
index d81031e..06b76a0 100644
--- a/plug-ins/file-darktable/file-darktable.c
+++ b/plug-ins/file-darktable/file-darktable.c
@@ -88,7 +88,7 @@ static const FileFormat file_formats[] =
     N_("Nikon NEF raw"),
     " image/x-nikon-nef ",
     "nef",
-    "0,string,MM\\0*\\0\\0\\0\\010,0,string,II*\\0\\010\\0\\0\\0",
+    NULL,
 
     "file-nef-load",
     "Load files in the NEF raw format via darktable",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]