]> Pileus Git - ~andy/gtk/commitdiff
Fix incorrect GtkMovementStep description
authorJavier Jardón <jjardon@gnome.org>
Tue, 10 Nov 2009 19:37:56 +0000 (20:37 +0100)
committerJavier Jardón <jjardon@gnome.org>
Tue, 10 Nov 2009 19:42:13 +0000 (20:42 +0100)
Reported by James Campos here:
https://bugzilla.gnome.org/show_bug.cgi?id=601432

gtk/gtkenums.h

index 2dc9f8fcdc92fa9de623245afc9215ef8f6a7074..92b30d7224b377cf9a08ff93e6fc34ee12e06d56 100644 (file)
@@ -228,7 +228,7 @@ typedef enum
   GTK_MOVEMENT_VISUAL_POSITIONS,  /* move by left/right graphemes */
   GTK_MOVEMENT_WORDS,             /* move by forward/back words */
   GTK_MOVEMENT_DISPLAY_LINES,     /* move up/down lines (wrapped lines) */
-  GTK_MOVEMENT_DISPLAY_LINE_ENDS, /* move up/down lines (wrapped lines) */
+  GTK_MOVEMENT_DISPLAY_LINE_ENDS, /* move to either end of a line */
   GTK_MOVEMENT_PARAGRAPHS,        /* move up/down paragraphs (newline-ended lines) */
   GTK_MOVEMENT_PARAGRAPH_ENDS,    /* move to either end of a paragraph */
   GTK_MOVEMENT_PAGES,            /* move by pages */