[gimp/soc-2011-seamless-clone2] app: set the applicator on the filter on gimp_image_map_apply()



commit 540ba001de3be00e28611a795795b7c9370ffe25
Author: Michael Natterer <mitch gimp org>
Date:   Mon Apr 22 10:58:08 2013 +0200

    app: set the applicator on the filter on gimp_image_map_apply()

 app/core/gimpimagemap.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/core/gimpimagemap.c b/app/core/gimpimagemap.c
index 16f14d9..9e3c9e1 100644
--- a/app/core/gimpimagemap.c
+++ b/app/core/gimpimagemap.c
@@ -293,6 +293,9 @@ gimp_image_map_apply (GimpImageMap *image_map)
 
       image_map->applicator = gimp_applicator_new (filter_node);
 
+      gimp_filter_set_applicator (image_map->filter,
+                                  image_map->applicator);
+
       image_map->translate = gegl_node_new_child (filter_node,
                                                   "operation", "gegl:translate",
                                                   NULL);


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