[gimp] plug-ins: fix the build in file-raw-data.c



commit 740d83c70a2a9135648e6d59f2ed3bbc016eacec
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 22 22:59:07 2014 +0200

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

 plug-ins/common/file-raw-data.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-raw-data.c b/plug-ins/common/file-raw-data.c
index f1f4dcc..e58591a 100644
--- a/plug-ins/common/file-raw-data.c
+++ b/plug-ins/common/file-raw-data.c
@@ -218,7 +218,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]