summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-10-22 18:24:29 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-10-22 18:24:29 +0000
commitdc754528a06824337c9c6276d62b11c77aa19654 (patch)
tree24d6dc83f173ead3b71cc1c2fa9bc1dc7d844691 /tests
parenteb037279db30fc5fc6fddc7af7e0427384209b02 (diff)
downloadgdk-pixbuf-dc754528a06824337c9c6276d62b11c77aa19654.tar.gz
Remove handle_box from App demo.
Mon Oct 22 14:08:26 2001 Jonathan Blandford <jrb@redhat.com> * demos/gtk-demo/appwindow.c: Remove handle_box from App demo. * gtk/gtktreeview.c (size_allocate): Move to a different drawing system. Instead of having a window the size of the tree, we have a window the size of widget->allocation, and simply draw with the offset. (coords_are_over_arrow): ditto. Move to window coordinates. (do_prelight): ditto (do_unprelight): ditto * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): Minor fix from Kristian Rietveld to fix unsorted case.
Diffstat (limited to 'tests')
-rw-r--r--tests/testtreesort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testtreesort.c b/tests/testtreesort.c
index 2b817661d..69bceb1be 100644
--- a/tests/testtreesort.c
+++ b/tests/testtreesort.c
@@ -87,7 +87,6 @@ main (int argc, char *argv[])
gtk_box_pack_start (GTK_BOX (vbox), scrolled_window, TRUE, TRUE, 0);
model = gtk_tree_store_new (NUM_COLUMNS, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);
-
smodel = gtk_tree_model_sort_new_with_model (GTK_TREE_MODEL (model));
ssmodel = gtk_tree_model_sort_new_with_model (GTK_TREE_MODEL (smodel));