More typo fixes
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user