Oops, forgot to commit gimp_display_shell_get_scaled_viewport() -> gimp_display_shell_scroll_get_scaled_viewport() for gimprectangletool.c

svn path=/trunk/; revision=26478
This commit is contained in:
Martin Nordholts 2008-08-10 10:51:56 +00:00
parent 7865481ddf
commit a81790d789

View file

@ -1855,7 +1855,7 @@ gimp_rectangle_tool_update_handle_sizes (GimpRectangleTool *rect_tool)
gint x2, y2, w2, h2;
gimp_display_shell_get_scaled_viewport (shell, &x2, &y2, &w2, &h2);
gimp_display_shell_scroll_get_scaled_viewport (shell, &x2, &y2, &w2, &h2);
rectangle_width = w1;
rectangle_height = h1;