Update comment to new realities

This commit is contained in:
Matthias Clasen 2011-11-16 00:27:14 -05:00
parent acbf37bae7
commit 43705c7360

View File

@ -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);