[gimp] app: fix signature of GimpColorTool's "picked" signal



commit 83dffbc03e29dfe364559cba8ee87d39e248a7e4
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 30 22:34:55 2013 +0200

    app: fix signature of GimpColorTool's "picked" signal

 app/tools/gimpcolortool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpcolortool.c b/app/tools/gimpcolortool.c
index b31cc56..9798aea 100644
--- a/app/tools/gimpcolortool.c
+++ b/app/tools/gimpcolortool.c
@@ -143,9 +143,9 @@ gimp_color_tool_class_init (GimpColorToolClass *klass)
                   gimp_marshal_VOID__ENUM_DOUBLE_DOUBLE_POINTER_BOXED_INT,
                   G_TYPE_NONE, 6,
                   GIMP_TYPE_COLOR_PICK_STATE,
-                  G_TYPE_POINTER,
                   G_TYPE_DOUBLE,
                   G_TYPE_DOUBLE,
+                  G_TYPE_POINTER,
                   GIMP_TYPE_RGB | G_SIGNAL_TYPE_STATIC_SCOPE,
                   G_TYPE_INT);
 


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