mirror of https://github.com/GNOME/gimp.git
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:
parent
93a7fc76a5
commit
25e1872f78
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue