fixed parameters passed to action_select_property().

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().


svn path=/trunk/; revision=27990
This commit is contained in:
Sven Neumann 2009-02-06 10:03:05 +00:00 committed by Sven Neumann
parent d47b3050f5
commit 2b5df1f1ce
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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().
2009-02-06 Michael Natterer <mitch@gimp.org>
Bug 471681 Keyboard shortcuts for brush size/params need

View File

@ -310,6 +310,7 @@ tools_paint_brush_angle_cmd_callback (GtkAction *action,
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);