[gimp/soc-2009-dynamics] Taking out unimplemented gimp_dynamics_load for now



commit 9fa9f41106f7a504b60368eb8ff1308446aa6b01
Author: Alexia Death <alexiadeath gmail com>
Date:   Thu Aug 20 03:25:14 2009 +0300

    Taking out unimplemented gimp_dynamics_load for now

 app/core/gimp.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimp.c b/app/core/gimp.c
index 56451d2..99012b7 100644
--- a/app/core/gimp.c
+++ b/app/core/gimp.c
@@ -542,7 +542,8 @@ gimp_real_initialize (Gimp               *gimp,
 
   static const GimpDataFactoryLoaderEntry dynamics_loader_entries[] =
   {
-    { gimp_dynamics_load,       GIMP_DYNAMICS_FILE_EXTENSION,         FALSE }
+    /*TODO: Dynamics need savers and loaders*/
+    { gimp_pattern_load,       GIMP_PATTERN_FILE_EXTENSION,         FALSE }
   };
 
   static const GimpDataFactoryLoaderEntry pattern_loader_entries[] =



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