From 87cddf2f9c5f596ead4cc97dbd38495c07bab355 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 7 Mar 2004 22:32:39 +0000 Subject: [PATCH] tools/pdbgen/pdb/edit.pdb (gimp-edit-copy, gimp-edit-cut) removed some 2004-03-07 Sven Neumann * tools/pdbgen/pdb/edit.pdb (gimp-edit-copy, gimp-edit-cut) removed some comments that dated back to the time when these functions used to take image and drawable parameters. * app/pdb/edit_cmds.c * libgimp/gimpedit_pdb.c: regenerated. --- ChangeLog | 9 +++++++++ app/pdb/edit_cmds.c | 4 ++-- libgimp/gimpedit_pdb.c | 6 ++---- tools/pdbgen/pdb/edit.pdb | 6 ++---- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e25f87f0e3..a6cec8045e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-03-07 Sven Neumann + + * tools/pdbgen/pdb/edit.pdb (gimp-edit-copy, gimp-edit-cut) + removed some comments that dated back to the time when these + functions used to take image and drawable parameters. + + * app/pdb/edit_cmds.c + * libgimp/gimpedit_pdb.c: regenerated. + 2004-03-07 Michael Natterer * app/core/gimp-edit.c (gimp_edit_extract): fixed bug added when diff --git a/app/pdb/edit_cmds.c b/app/pdb/edit_cmds.c index 38a47ccd90..df08363f10 100644 --- a/app/pdb/edit_cmds.c +++ b/app/pdb/edit_cmds.c @@ -95,7 +95,7 @@ static ProcRecord edit_cut_proc = { "gimp_edit_cut", "Cut from the specified drawable.", - "If there is a selection in the image, then the area specified by the selection is cut from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable will be removed and its contents stored in the internal GIMP edit buffer. The drawable MUST belong to the specified image, or an error is returned.", + "If there is a selection in the image, then the area specified by the selection is cut from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable will be removed and its contents stored in the internal GIMP edit buffer.", "Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis", "1995-1996", @@ -141,7 +141,7 @@ static ProcRecord edit_copy_proc = { "gimp_edit_copy", "Copy from the specified drawable.", - "If there is a selection in the image, then the area specified by the selection is copied from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable's contents will be stored in the internal GIMP edit buffer. The drawable MUST belong to the specified image, or an error is returned.", + "If there is a selection in the image, then the area specified by the selection is copied from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable's contents will be stored in the internal GIMP edit buffer.", "Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis", "1995-1996", diff --git a/libgimp/gimpedit_pdb.c b/libgimp/gimpedit_pdb.c index 9ec5d51cc8..a51431fcbe 100644 --- a/libgimp/gimpedit_pdb.c +++ b/libgimp/gimpedit_pdb.c @@ -36,8 +36,7 @@ * internal GIMP edit buffer. It can subsequently be retrieved using * the 'gimp-edit-paste' command. If there is no selection, then the * specified drawable will be removed and its contents stored in the - * internal GIMP edit buffer. The drawable MUST belong to the specified - * image, or an error is returned. + * internal GIMP edit buffer. * * Returns: TRUE on success. */ @@ -71,8 +70,7 @@ gimp_edit_cut (gint32 drawable_ID) * internal GIMP edit buffer. It can subsequently be retrieved using * the 'gimp-edit-paste' command. If there is no selection, then the * specified drawable's contents will be stored in the internal GIMP - * edit buffer. The drawable MUST belong to the specified image, or an - * error is returned. + * edit buffer. * * Returns: TRUE on success. */ diff --git a/tools/pdbgen/pdb/edit.pdb b/tools/pdbgen/pdb/edit.pdb index 8e631ea129..cc43b611a4 100644 --- a/tools/pdbgen/pdb/edit.pdb +++ b/tools/pdbgen/pdb/edit.pdb @@ -61,8 +61,7 @@ If there is a selection in the image, then the area specified by the selection is cut from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable will be removed and its contents -stored in the internal GIMP edit buffer. The drawable MUST belong to the -specified image, or an error is returned. +stored in the internal GIMP edit buffer. HELP &std_pdb_misc; @@ -78,8 +77,7 @@ If there is a selection in the image, then the area specified by the selection is copied from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable's contents will be stored -in the internal GIMP edit buffer. The drawable MUST belong to the specified -image, or an error is returned. +in the internal GIMP edit buffer. HELP &std_pdb_misc;