diff options
author | Jonathan Blandford <jrb@src.gnome.org> | 2001-10-31 22:57:51 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-10-31 22:57:51 +0000 |
commit | 0cc916c5d73717fc357129c5b5c42d0c9072280f (patch) | |
tree | 3e22bb57759c81408c9f4ba8b50f25bc2bb7f3a1 /tests/testtreesort.c | |
parent | a64babbb9c495effc1b32dbfeeb5aa45bf324120 (diff) | |
download | gtk+-0cc916c5d73717fc357129c5b5c42d0c9072280f.tar.gz |
don't know why this didn't commit
Diffstat (limited to 'tests/testtreesort.c')
-rw-r--r-- | tests/testtreesort.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testtreesort.c b/tests/testtreesort.c index fd504f6d7b..8cdcb116f6 100644 --- a/tests/testtreesort.c +++ b/tests/testtreesort.c @@ -93,6 +93,7 @@ main (int argc, char *argv[]) ssmodel = gtk_tree_model_sort_new_with_model (GTK_TREE_MODEL (smodel)); */ tree_view = gtk_tree_view_new_with_model (GTK_TREE_MODEL (model)); + /* 12 iters now, 12 later... */ for (i = 0; data[i].word_1 != NULL; i++) { |