revert accidential commit.

2005-06-16  Michael Natterer  <mitch@gimp.org>

	* tools/pdb/pdbgen/edit.pdb: revert accidential commit.
This commit is contained in:
Michael Natterer 2005-06-16 00:38:21 +00:00 committed by Michael Natterer
parent a27ba426a8
commit 31f4020892
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2005-06-16 Michael Natterer <mitch@gimp.org>
* tools/pdb/pdbgen/edit.pdb: revert accidential commit.
2005-06-16 Sven Neumann <sven@gimp.org>
* tools/test-clipboard.c (test_clipboard_copy_callback): exit from

View File

@ -166,9 +166,9 @@ HELP
if (success)
{
layer = gimp_edit_paste_pdb (gimp_item_get_image (GIMP_ITEM (drawable)),
drawable, gimp->global_buffer,
paste_into);
layer = gimp_edit_paste (gimp_item_get_image (GIMP_ITEM (drawable)),
drawable, gimp->global_buffer,
paste_into, -1, -1, -1, -1);
if (! layer)
success = FALSE;
}