[gimp/soc-2011-warp: 5/72] gimpwarptool: enable macro to get options class



commit 5baa24f551ea911edd49da894765867f252d858b
Author: Michael Murà <batolettre gmail com>
Date:   Wed May 25 21:39:31 2011 +0200

    gimpwarptool: enable macro to get options class

 app/tools/gimpwarptool.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpwarptool.h b/app/tools/gimpwarptool.h
index 6a3b6c1..5fa48f3 100644
--- a/app/tools/gimpwarptool.h
+++ b/app/tools/gimpwarptool.h
@@ -31,7 +31,7 @@
 #define GIMP_IS_WARP_TOOL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_WARP_TOOL))
 #define GIMP_WARP_TOOL_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), GIMP_TYPE_WARP_TOOL, GimpWarpToolClass))
 
-//#define GIMP_WARP_TOOL_GET_OPTIONS(t)  (GIMP_WARP_OPTIONS (gimp_tool_get_options (GIMP_TOOL (t))))
+#define GIMP_WARP_TOOL_GET_OPTIONS(t)  (GIMP_WARP_OPTIONS (gimp_tool_get_options (GIMP_TOOL (t))))
 
 
 typedef struct _GimpWarpTool      GimpWarpTool;



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