From a3b850377f1379e54f218cf70539108e03b9ef67 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Sep 2005 18:55:02 +0000 Subject: [PATCH] Fix a typo in the docs. (#316419, Guillaume Cottenceau) 2005-09-19 Matthias Clasen * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419, Guillaume Cottenceau) --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ gtk/gtkiconview.c | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1b1b227d96..4120cf1b4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data in multiple places to avoid segfaults if the index is out of range. (#316422, Guillaume Cottenceau) + (gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419, + Guillaume Cottenceau) 2005-09-18 Hans Breuer diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1b1b227d96..4120cf1b4a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -3,6 +3,8 @@ * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data in multiple places to avoid segfaults if the index is out of range. (#316422, Guillaume Cottenceau) + (gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419, + Guillaume Cottenceau) 2005-09-18 Hans Breuer diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 0f8bdfae68..02d76b4fdd 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -3929,7 +3929,7 @@ gtk_icon_view_move_cursor_start_end (GtkIconView *icon_view, * @path: The path of the item to move to. * @use_align: whether to use alignment arguments, or %FALSE. * @row_align: The vertical alignment of the item specified by @path. - * @col_align: The horizontal alignment of the item specified by @column. + * @col_align: The horizontal alignment of the item specified by @path. * * Moves the alignments of @icon_view to the position specified by @path. * @row_align determines where the row is placed, and @col_align determines where