gimp r27748 - in branches/gimp-2-6: . app/core



Author: neo
Date: Wed Dec  3 11:25:28 2008
New Revision: 27748
URL: http://svn.gnome.org/viewvc/gimp?rev=27748&view=rev

Log:
2008-12-03  Sven Neumann  <sven gimp org>

	* app/core/gimpimagemap.c (gimp_image_map_apply): when compiling
	against GEGL from trunk, use "gegl:translate" instead of 
"shift".



Modified:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/app/core/gimpimagemap.c

Modified: branches/gimp-2-6/app/core/gimpimagemap.c
==============================================================================
--- branches/gimp-2-6/app/core/gimpimagemap.c	(original)
+++ branches/gimp-2-6/app/core/gimpimagemap.c	Wed Dec  3 11:25:28 2008
@@ -471,7 +471,7 @@
                                  NULL);
 
 	  shift_name =
-	    gimp_gegl_check_version (0, 0, 21) ? "gegl:shift" : "shift";
+	    gimp_gegl_check_version (0, 0, 21) ? "gegl:translate" : "shift";
 
           image_map->shift =
             gegl_node_new_child (image_map->gegl,



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