Fix a typo in the docs. (#349501, Carlos GUSLiBu)
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)
This commit is contained in:
committed by
Matthias Clasen
parent
4d713a94c5
commit
398df120e8
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user