fixed typo in procedure name (bug #433772).

2007-04-27  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/truchet.scm: fixed typo in 
procedure
	name (bug #433772).


svn path=/trunk/; revision=22352
This commit is contained in:
Sven Neumann 2007-04-27 06:24:15 +00:00 committed by Sven Neumann
parent 93a7fc76a5
commit 25e1872f78
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2007-04-27 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/truchet.scm: fixed typo in procedure
name (bug #433772).
2007-04-27 Mukund Sivaraman <muks@mukund.org>
* plug-ins/imagemap/imap_preferences.c
@ -28,7 +33,7 @@
2007-04-26 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/display.pdb (diplay_is_valid)
* tools/pdbgen/pdb/display.pdb (display_is_valid)
* tools/pdbgen/pdb/drawable.pdb (drawable_is_valid)
* tools/pdbgen/pdb/image.pdb (image_is_valid)
* tools/pdbgen/pdb/vectors.pdb (vectors_is_valid): it's the

View File

@ -84,13 +84,10 @@
(let ((floating-sel (car (gimp-edit-paste drawable1 FALSE))))
(gimp-floating-sel-anchor floating-sel)
)
(gimp-floating-sel-anchor floating-sel))
(let ((drawble (car (gimp-drawable-transform-flip-sample drawable1
ORIENTATION-VERTICAL
TRUE 0 TRUE))))
)
(let ((drawble (car (gimp-drawable-transform-flip-simple drawable1
ORIENTATION-VERTICAL TRUE 0 TRUE)))))
;(gimp-display-new temp-img)