diff --git a/ChangeLog b/ChangeLog index 37be98c5f0..d97a748890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 5 23:37:16 2004 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the + doc comment. (#118602) + Fri Mar 5 22:37:15 2004 Matthias Clasen * gtk/gtkbutton.c (gtk_button_construct_child): Don't let diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 37be98c5f0..d97a748890 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Fri Mar 5 23:37:16 2004 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the + doc comment. (#118602) + Fri Mar 5 22:37:15 2004 Matthias Clasen * gtk/gtkbutton.c (gtk_button_construct_child): Don't let diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 37be98c5f0..d97a748890 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Fri Mar 5 23:37:16 2004 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the + doc comment. (#118602) + Fri Mar 5 22:37:15 2004 Matthias Clasen * gtk/gtkbutton.c (gtk_button_construct_child): Don't let diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 37be98c5f0..d97a748890 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Fri Mar 5 23:37:16 2004 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the + doc comment. (#118602) + Fri Mar 5 22:37:15 2004 Matthias Clasen * gtk/gtkbutton.c (gtk_button_construct_child): Don't let diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 37be98c5f0..d97a748890 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Fri Mar 5 23:37:16 2004 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the + doc comment. (#118602) + Fri Mar 5 22:37:15 2004 Matthias Clasen * gtk/gtkbutton.c (gtk_button_construct_child): Don't let diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index e2bcac2497..3c5bc71414 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -10335,10 +10335,10 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view) * #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 - * signals. + * row_inserted and row_deleted signals. * * This function does not give you any degree of control over the order -- any - * reorderering is allowed. If more control is needed, you should probably + * reordering is allowed. If more control is needed, you should probably * handle drag and drop manually. **/ void