More typo fixes

This commit is contained in:
Matthias Clasen 2005-09-19 18:56:55 +00:00
parent a3b850377f
commit 9b64ff7f38
3 changed files with 5 additions and 3 deletions

View File

@ -3,8 +3,9 @@
* 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_set_drag_dest_item):
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
Guillaume Cottenceau)
#316424, Guillaume Cottenceau)
2005-09-18 Hans Breuer <hans@breuer.org>

View File

@ -3,8 +3,9 @@
* 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_set_drag_dest_item):
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
Guillaume Cottenceau)
#316424, Guillaume Cottenceau)
2005-09-18 Hans Breuer <hans@breuer.org>

View File

@ -6476,7 +6476,7 @@ gtk_icon_view_unset_model_drag_dest (GtkIconView *icon_view)
* gtk_icon_view_set_drag_dest_item:
* @icon_view: a #GtkIconView
* @path: The path of the item to highlight, or %NULL.
* @pos: Specifies whether to drop, relative to the item
* @pos: Specifies where to drop, relative to the item
*
* Sets the item that is highlighted for feedback.
*