[gimp/gimp-2-8] plug-ins: fix the build in file-raw.c



commit 8153b94a2b64a1a0d661b26ac046c3dcaa8f5ee7
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 22 23:02:17 2014 +0200

    plug-ins: fix the build in file-raw.c

 plug-ins/common/file-raw.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-raw.c b/plug-ins/common/file-raw.c
index c95077f..3984ff7 100644
--- a/plug-ins/common/file-raw.c
+++ b/plug-ins/common/file-raw.c
@@ -205,7 +205,7 @@ query (void)
                           G_N_ELEMENTS (save_args), 0,
                           save_args, NULL);
 
-  gimp_register_save_handler (SAVE_DEFAULTS, "data", "");
+  gimp_register_save_handler (SAVE_PROC, "data", "");
 }
 
 static void


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