mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Update comment to new realities
This commit is contained in:
parent
acbf37bae7
commit
43705c7360
@ -137,7 +137,7 @@ populate_list (GtkBuilder *builder)
|
||||
tv = (GtkTreeView *)gtk_builder_get_object (builder, "treeview1");
|
||||
store = (GtkListStore *)gtk_tree_view_get_model (tv);
|
||||
|
||||
/* append a thousand rows */
|
||||
/* append a many rows */
|
||||
for (i = 0; i < N_ROWS; i++)
|
||||
{
|
||||
gtk_list_store_append (store, &iter);
|
||||
|
Loading…
Reference in New Issue
Block a user