More typo fixes

This commit is contained in:
Matthias Clasen
2005-09-19 18:57:53 +00:00
parent 3504894d6e
commit 834e201312
3 changed files with 7 additions and 5 deletions

View File

@@ -3,9 +3,10 @@
* 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)
Fri Sep 16 14:00:20 2005 Tim Janik <timj@imendio.com>
* gtk/gtkwindow.c: fix bug #316180.

View File

@@ -3,9 +3,10 @@
* 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)
Fri Sep 16 14:00:20 2005 Tim Janik <timj@imendio.com>
* gtk/gtkwindow.c: fix bug #316180.

View File

@@ -6480,7 +6480,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.
*