gimp r25338 - in trunk: . app/pdb libgimp tools/pdbgen



Author: neo
Date: Wed Apr  2 21:18:07 2008
New Revision: 25338
URL: http://svn.gnome.org/viewvc/gimp?rev=25338&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/app/pdb/drawable_cmds.c
   trunk/libgimp/gimpdrawable_pdb.c
   trunk/tools/pdbgen/stddefs.pdb

Modified: trunk/app/pdb/drawable_cmds.c
==============================================================================
--- trunk/app/pdb/drawable_cmds.c	(original)
+++ trunk/app/pdb/drawable_cmds.c	Wed Apr  2 21:18:07 2008
@@ -1315,7 +1315,7 @@
                                      "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",

Modified: trunk/libgimp/gimpdrawable_pdb.c
==============================================================================
--- trunk/libgimp/gimpdrawable_pdb.c	(original)
+++ trunk/libgimp/gimpdrawable_pdb.c	Wed Apr  2 21:18:07 2008
@@ -104,7 +104,7 @@
  *
  * 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)

Modified: trunk/tools/pdbgen/stddefs.pdb
==============================================================================
--- trunk/tools/pdbgen/stddefs.pdb	(original)
+++ trunk/tools/pdbgen/stddefs.pdb	Wed Apr  2 21:18:07 2008
@@ -95,7 +95,7 @@
 }
 
 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]