diff --git a/ChangeLog b/ChangeLog index be789fe17a..12940a5855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-06-20 Matthias Clasen + * gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest): + Small doc fix. (#345176, Claudio Saavedra) + * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update the docs. (#345194, Yevgen Muntyan) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index be789fe17a..12940a5855 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-06-20 Matthias Clasen + * gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest): + Small doc fix. (#345176, Claudio Saavedra) + * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update the docs. (#345194, Yevgen Muntyan) diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 610b145776..5b55a2bfe5 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -6411,7 +6411,7 @@ gtk_icon_view_enable_model_drag_source (GtkIconView *icon_view, * @icon_view: a #GtkIconView * @targets: the table of targets that the drag will support * @n_targets: the number of items in @targets - * @actions: the bitmask of possible actions for a drag from this + * @actions: the bitmask of possible actions for a drag to this * widget * * Turns @icon_view into a drop destination for automatic DND.