[gimp-gap/gap-2-8] applied fixes provided at #749290 in gap-2-8 branch



commit bc42801bb289c709bd6d83767ec8689b94f3b083
Author: Wolfgang Hofer <wolfgangh svn gnome org>
Date:   Thu May 14 14:01:22 2015 +0200

    applied fixes provided at #749290 in gap-2-8 branch

 ChangeLog                                        |    6 ++++++
 gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5b7ce2c..cb71769 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-05-14 Wolfgang Hofer <hof gimp org>
+ - applied (just the missing parts) provided by patch attached to bugreport #749290
+   to fix the map object iterator for use with GIMP-2.8.x releases
+
+ * gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc
+
 2014-07-05 Wolfgang Hofer <hof gimp org>
 
 - additional workaround for windows 64bit specific crash of the master video encoder window
diff --git a/gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc 
b/gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc
index da883ca..094d9a8 100644
--- a/gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc
+++ b/gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc
@@ -95,9 +95,11 @@ gint p_plug_in_map_object_iter_ALT(GimpRunMode run_mode, gint32 total_steps, gdo
     }
     
     buf.create_new_image           = FALSE;
+    buf.create_new_layer           = FALSE;
     buf.antialiasing               =    buf_from.antialiasing;
     buf.transparent_background     =    buf_from.transparent_background;
     buf.tiled                      =    buf_from.tiled;
+    buf.livepreview                = FALSE;
 
     gimp_set_data("plug-in-map-object", &buf, sizeof(buf)); 
 


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