diff --git a/ChangeLog b/ChangeLog index aa0e6eb5fe..d01059fe17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-13 Matthias Clasen + * gtk/gtkiconview.c (gtk_icon_view_class_init): + (gtk_icon_view_get_dest_item_at_pos): Fix typos in the + docs. (#316008, #316027, #316121, Guillaume Cottenceau) + * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs. (#316001, Guillaume Cottenceau) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aa0e6eb5fe..d01059fe17 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-09-13 Matthias Clasen + * gtk/gtkiconview.c (gtk_icon_view_class_init): + (gtk_icon_view_get_dest_item_at_pos): Fix typos in the + docs. (#316008, #316027, #316121, Guillaume Cottenceau) + * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs. (#316001, Guillaume Cottenceau) diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 28cacfdf61..0ffb62bc89 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -697,7 +697,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass) GTK_PARAM_READWRITE)); /** - * GtkIconView:orientation: + * GtkIconView:reorderable: * * The reorderable property specifies if the items can be reordered * by DND. @@ -6576,7 +6576,7 @@ gtk_icon_view_get_drag_dest_item (GtkIconView *icon_view, * @icon_view: a #GtkIconView * @drag_x: the position to determine the destination item for * @drag_y: the position to determine the destination item for - * @path: Return location for the path of the highlighted item, or %NULL. + * @path: Return location for the path of the item, or %NULL. * @pos: Return location for the drop position, or %NULL * * Determines the destination item for a given position.