summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--gtk/gtkliststore.c2
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da2acb09f8..fb71fc7ea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * 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 <mclasen@redhat.com>
+ * 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
* <informalexample><programlisting>
* gtk_list_store_insert (list_store, iter, position);
- * gtk_list_store_set (list_store_iter, ...);
+ * gtk_list_store_set (list_store, iter, ...);
* </programlisting></informalexample>
* 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