mirror of https://github.com/GNOME/gimp.git
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:
parent
402d57a40d
commit
323f3cb921
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue