[gimp/gimp-2-8] Bug 728633 - Improvements to the file-raw plugin



commit 6c1b88d912fb73855507433fdf797642ed4646cf
Author: Björn Kautler <Bjoern Kautler net>
Date:   Tue Apr 15 23:26:44 2014 +0200

    Bug 728633 - Improvements to the file-raw plugin
    
    Register 'data' as save extension.

 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 aecb71e..39a2f0a 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_PROC, "", "");
+  gimp_register_save_handler (SAVE_DEFAULTS, "data", "");
 }
 
 static void


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