gtk-demo: Fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=675649
This commit is contained in:
Volker Sobek 2012-05-08 03:32:28 +02:00 committed by Matthias Clasen
parent c737e1d194
commit efaacea1d2

View File

@ -85,7 +85,7 @@ scroll_to_bottom (GtkTextView *textview)
gtk_text_iter_set_line_offset (&iter, 0);
/* and place the mark at iter. the mark will stay there after we
* insert some text at the end because it has right gravity.
* insert some text at the end because it has left gravity.
*/
mark = gtk_text_buffer_get_mark (buffer, "scroll");
gtk_text_buffer_move_mark (buffer, mark, &iter);