From 3a1ce87c7edd60133b40b0b7f24d950857574bce Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 4 Sep 2011 23:52:36 -0400 Subject: [PATCH] Fix typos in gtk_tree_view_set_reorderable docs As pointed out in bug 530253. --- gtk/gtktreeview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 9f7a1a5c14..8eaeee8d24 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -13044,8 +13044,8 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view) * @reorderable: %TRUE, if the tree can be reordered. * * This function is a convenience function to allow you to reorder - * models that support the #GtkDragSourceIface and the - * #GtkDragDestIface. Both #GtkTreeStore and #GtkListStore support + * models that support the #GtkTreeDragSourceIface and the + * #GtkTreeDragDestIface. Both #GtkTreeStore and #GtkListStore support * these. If @reorderable is %TRUE, then the user can reorder the * model by dragging and dropping rows. The developer can listen to * these changes by connecting to the model's row_inserted and