diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-20 04:35:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-20 04:35:29 +0000 |
commit | 2492d43d5d2374d7b32d90d803301e73f8370346 (patch) | |
tree | 9fb01755a09b0a5d0565a64b1abb491b0ff91f70 /gtk/gtkiconview.c | |
parent | 72c77cf67c80a8ea3477fea55fdcf5231ff04126 (diff) | |
download | gtk+-2492d43d5d2374d7b32d90d803301e73f8370346.tar.gz |
Small doc fix. (#345176, Claudio Saavedra)
2006-06-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest):
Small doc fix. (#345176, Claudio Saavedra)
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |