From 398df120e86d841a7b1c54e6ab0603c37671210d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 Aug 2006 15:46:24 +0000 Subject: [PATCH] Fix a typo in the docs. (#349501, Carlos GUSLiBu) 2006-08-15 Matthias Clasen * gtk/gtkliststore.c (gtk_list_store_insert_with_values): Fix a typo in the docs. (#349501, Carlos GUSLiBu) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkliststore.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da2acb09f8..fb71fc7ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-08-15 Matthias Clasen + * gtk/gtkliststore.c (gtk_list_store_insert_with_values): + Fix a typo in the docs. (#349501, Carlos GUSLiBu) + * gtk/gtkcolorsel.c (palette_paint): Remove a leftover debug statement. (#350072, Iago Rubio) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index da2acb09f8..fb71fc7ea2 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-08-15 Matthias Clasen + * gtk/gtkliststore.c (gtk_list_store_insert_with_values): + Fix a typo in the docs. (#349501, Carlos GUSLiBu) + * gtk/gtkcolorsel.c (palette_paint): Remove a leftover debug statement. (#350072, Iago Rubio) diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index 84175b7c3e..97f054ba3f 100644 --- a/gtk/gtkliststore.c +++ b/gtk/gtkliststore.c @@ -1789,7 +1789,7 @@ gtk_list_store_has_default_sort_func (GtkTreeSortable *sortable) * has the same effect as calling * * gtk_list_store_insert (list_store, iter, position); - * gtk_list_store_set (list_store_iter, ...); + * gtk_list_store_set (list_store, iter, ...); * * with the difference that the former will only emit a row_inserted signal, * while the latter will emit row_inserted, row_changed and, if the list store