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



commit 3e96b96640fe4d6f69174cfbe2db7f304409e61e
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-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 057cbc7..a57b139 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_PROC, "", "");
+  gimp_register_save_handler (SAVE_DEFAULTS, "data", "");
 }
 
 static void


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