gimp r24556 - in trunk: . plug-ins/pygimp



Author: jsbueno
Date: Mon Jan  7 03:02:58 2008
New Revision: 24556
URL: http://svn.gnome.org/viewvc/gimp?rev=24556&view=rev

Log:
2008-01-05  Joao S. O. Bueno <gwidion mpc com br>

* plug-ins/pygimp/pygimp-vectors.c: fixed incorrect function name
in error message for vs_flip

Modified:
   trunk/ChangeLog
   trunk/plug-ins/pygimp/pygimp-vectors.c

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Mon Jan  7 03:02:58 2008
@@ -1,3 +1,8 @@
+2008-01-05  Joao S. O. Bueno <gwidion mpc com br>
+
+	* plug-ins/pygimp/pygimp-vectors.c: fixed incorrect function name
+	in error message for vs_flip
+
 2008-01-07  Ãyvind KolÃs  <pippin gimp org>
 
 	* app/gegl/gimpoperationtilesink.c:

Modified: trunk/plug-ins/pygimp/pygimp-vectors.c
==============================================================================
--- trunk/plug-ins/pygimp/pygimp-vectors.c	(original)
+++ trunk/plug-ins/pygimp/pygimp-vectors.c	Mon Jan  7 03:02:58 2008
@@ -152,7 +152,7 @@
 
     static char *kwlist[] = { "flip_type", "axis", NULL };
 
-    if (!PyArg_ParseTupleAndKeywords(args, kwargs, "id:rotate", kwlist,
+    if (!PyArg_ParseTupleAndKeywords(args, kwargs, "id:flip", kwlist,
                                      &flip_type, &axis))
         return NULL;
 



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