app: gimp_draw_tool_add_arc() pass the "filled" parameter down to the item

instead of always passing FALSE.
This commit is contained in:
Michael Natterer 2010-10-04 13:58:29 +02:00
parent d88a348c18
commit 64d9d76722
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ gimp_draw_tool_add_arc (GimpDrawTool *draw_tool,
height / 2.0,
start_angle,
slice_angle,
FALSE);
filled);
gimp_draw_tool_add_item (draw_tool, item);
g_object_unref (item);