GNOME Bugzilla – Bug 601432
Incorrect GtkMovementStep description
Last modified: 2009-11-10 19:53:42 UTC
The description for GTK_MOVEMENT_DISPLAY_LINE_ENDS is incorrect, and is merely a copy of the description for GTK_MOVEMENT_DISPLAY_LINES: GTK_MOVEMENT_DISPLAY_LINES, /* move up/down lines (wrapped lines) */ GTK_MOVEMENT_DISPLAY_LINE_ENDS, /* move up/down lines (wrapped lines) */ A better description would be: GTK_MOVEMENT_DISPLAY_LINES, /* move up/down lines (wrapped lines) */ GTK_MOVEMENT_DISPLAY_LINE_ENDS, /* move to either end of a line */ This would mirror the description for GTK_MOVEMENT_PARAGRAPH: GTK_MOVEMENT_PARAGRAPHS, /* move up/down paragraphs (newline-ended lines) */ GTK_MOVEMENT_PARAGRAPH_ENDS, /* move to either end of a paragraph */
Hello James, A new commit has been created to fix this: http://git.gnome.org/cgit/gtk+/commit/?id=c366d5c89ee7f235187f3d37724d4ed281e0e9bc Thank you for your bug report.