Bill Skaggs <weskaggs@primate.ucdavis.edu>

* app/display/gimpdisplayshell.c (gimp_display_shell_expose_guide):
	fix typo, s/get_position/get_orientation/.
This commit is contained in:
William Skaggs 2006-06-07 19:51:33 +00:00
parent 402d57a40d
commit 323f3cb921
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-06-07 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/display/gimpdisplayshell.c (gimp_display_shell_expose_guide):
fix typo, s/get_position/get_orientation/.
2006-06-07 Sven Neumann <sven@gimp.org>
* app/core/gimpguide.c: removed unused includes and property blurbs;

View File

@ -1299,7 +1299,7 @@ gimp_display_shell_expose_guide (GimpDisplayShell *shell,
&x, &y,
FALSE);
switch (gimp_guide_get_position (guide))
switch (gimp_guide_get_orientation (guide))
{
case GIMP_ORIENTATION_HORIZONTAL:
gimp_display_shell_expose_area (shell, 0, y, shell->disp_width, 1);