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 <[EMAIL PROTECTED]>

* 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 <[EMAIL PROTECTED]>
+
+       * plug-ins/pygimp/pygimp-vectors.c: fixed incorrect function name
+       in error message for vs_flip
+
 2008-01-07  Øyvind Kolås  <[EMAIL PROTECTED]>
 
        * 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;
 
_______________________________________________
SVN-commits-list mailing list
SVN-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Reply via email to