app: rename gimp_display_shell_[un]transform_coordiante() to _coords()

This commit is contained in:
Michael Natterer
2011-02-20 16:29:20 +01:00
parent 4bf3a136e0
commit 36cc10c4dc
4 changed files with 52 additions and 52 deletions

View File

@ -710,9 +710,9 @@ gimp_display_shell_untransform_event_coords (GimpDisplayShell *shell,
GimpTool *active_tool;
/* GimpCoords passed to tools are ALWAYS in image coordinates */
gimp_display_shell_untransform_coordinate (shell,
display_coords,
image_coords);
gimp_display_shell_untransform_coords (shell,
display_coords,
image_coords);
active_tool = tool_manager_get_active (gimp);