fixed bug in last commit.

2008-04-02  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/stddefs.pdb: fixed bug in last commit.

	* app/pdb/drawable_cmds.c
	* libgimp/gimpdrawable_pdb.c: regenerated.


svn path=/trunk/; revision=25338
This commit is contained in:
Sven Neumann 2008-04-02 20:18:07 +00:00 committed by Sven Neumann
parent 52c09fcfeb
commit c5143ab82d
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2008-04-02 Sven Neumann <sven@gimp.org>
* tools/pdbgen/stddefs.pdb: fixed bug in last commit.
* app/pdb/drawable_cmds.c
* libgimp/gimpdrawable_pdb.c: regenerated.
2008-04-02 Sven Neumann <sven@gimp.org>
* tools/pdbgen/stddefs.pdb: added shortcut for contributions from

View File

@ -1315,7 +1315,7 @@ register_drawable_procs (GimpPDB *pdb)
"This procedure returns TRUE if the specified drawable is a text layer.",
"Marcus Heese <heese@cip.ifi.lmu.de>",
"Marcus Heese",
"",
"2008",
NULL);
gimp_procedure_add_argument (procedure,
gimp_param_spec_drawable_id ("drawable",

View File

@ -104,7 +104,7 @@ gimp_drawable_is_layer (gint32 drawable_ID)
*
* Returns: TRUE if the drawable is a text layer, FALSE otherwise.
*
* Since: GIMP 2008
* Since: GIMP 2.6
*/
gboolean
gimp_drawable_is_text_layer (gint32 drawable_ID)

View File

@ -95,7 +95,7 @@ sub marc_pdb_misc {
}
sub marcus_pdb_misc {
contrib_pdb_misc('Marcus Heese', 'heese@cip.ifi.lmu.de', '', @_);
contrib_pdb_misc('Marcus Heese', 'heese@cip.ifi.lmu.de', @_);
}
sub martin_pdb_misc {