gimp r27990 - in trunk: . app/actions



Author: neo
Date: Fri Feb  6 10:03:05 2009
New Revision: 27990
URL: http://svn.gnome.org/viewvc/gimp?rev=27990&view=rev

Log:
2009-02-06  Sven Neumann  <sven gimp org>

	* app/actions/tools-commands.c
	(tools_paint_brush_angle_cmd_callback): fixed parameters passed 
to
	action_select_property().



Modified:
   trunk/ChangeLog
   trunk/app/actions/tools-commands.c

Modified: trunk/app/actions/tools-commands.c
==============================================================================
--- trunk/app/actions/tools-commands.c	(original)
+++ trunk/app/actions/tools-commands.c	Fri Feb  6 10:03:05 2009
@@ -310,6 +310,7 @@
   if (tool_info && GIMP_IS_PAINT_OPTIONS (tool_info->tool_options))
     {
       action_select_property ((GimpActionSelectType) value,
+                              action_data_get_display (data),
                               G_OBJECT (tool_info->tool_options),
                               "brush-angle",
                               0.01, 0.1, 1.0, FALSE);



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