app: use a tool progress for GimpTransformTool

This commit is contained in:
Michael Natterer 2011-03-25 21:35:19 +01:00
parent f078a7416c
commit bef6d5716a
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ gimp_transform_tool_real_transform (GimpTransformTool *tr_tool,
GimpProgress *progress;
TileManager *ret = NULL;
progress = gimp_progress_start (GIMP_PROGRESS (display),
progress = gimp_progress_start (GIMP_PROGRESS (tool),
tr_tool->progress_text, FALSE);
if (gimp_item_get_linked (active_item))