]> Pileus Git - ~andy/gtk/commitdiff
Small doc fix. (#345176, Claudio Saavedra)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jun 2006 04:35:29 +0000 (04:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Jun 2006 04:35:29 +0000 (04:35 +0000)
2006-06-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest):
Small doc fix.  (#345176, Claudio Saavedra)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkiconview.c

index be789fe17a6b999df61bd0624f01742bc0ef69de..12940a5855e43b3336df29815cdda765f7abc8fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * 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)
 
index be789fe17a6b999df61bd0624f01742bc0ef69de..12940a5855e43b3336df29815cdda765f7abc8fc 100644 (file)
@@ -1,5 +1,8 @@
 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
 
+       * 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)
 
index 610b1457761425c6b0429b7a09cb0ba5ee80f2f7..5b55a2bfe512492590e03e13e78836b762dde163 100644 (file)
@@ -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.