summaryrefslogtreecommitdiff
path: root/tests/testtreesort.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-03-28 22:27:20 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-03-28 22:27:20 +0000
commited6076b2e0dab716b9ea4dfdb37c003d5f05798f (patch)
tree45574cb1ab7d6db548afd26107b6d8587ca85e29 /tests/testtreesort.c
parent16e6c16a2e9c373c0fc9949161ed5f06be67e2c1 (diff)
downloadgdk-pixbuf-ed6076b2e0dab716b9ea4dfdb37c003d5f05798f.tar.gz
new function to handle reordering of trees. Seems to mostly work w/ the
Wed Mar 28 17:27:12 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to handle reordering of trees. Seems to mostly work w/ the exception of the parity flag. * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered" signal.
Diffstat (limited to 'tests/testtreesort.c')
-rw-r--r--tests/testtreesort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtreesort.c b/tests/testtreesort.c
index cc084d465..30d5ca314 100644
--- a/tests/testtreesort.c
+++ b/tests/testtreesort.c
@@ -16,7 +16,7 @@ static ListSort data[] =
{ "Oranges", "Wicker", "Adamantine", "Convivial" },
{ "Bovine Spongiform Encephilopathy", "Sleazebucket", "Mountaineer", "Pander" },
{ "Foot and Mouth", "Lampshade", "Skim Milk Full Milk", "Viewless" },
- { "Blood, sweat, tears", "The Man", "Horses", "Muckety-Muck" },
+ { "Blood,\nsweat,\ntears", "The Man", "Horses", "Muckety-Muck" },
{ "Rare Steak", "Siam", "Watchdog", "Xantippe" },
{ "SIGINT", "Rabbit Breath", "Alligator", "Bloodstained" },
{ "Google", "Chrysanthemums", "Hobnob", "Leapfrog"},