[gimp] app: set the applicator on the filter on gimp_image_map_apply()



commit 457299f1994820ee666dfea6952e9ed61e690350
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 file changed, 3 insertions(+)
---
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]