]> Pileus Git - ~andy/gtk/commitdiff
Oops. Minor fix
authorJonathan Blandford <jrb@src.gnome.org>
Wed, 23 Jan 2002 03:53:36 +0000 (03:53 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 23 Jan 2002 03:53:36 +0000 (03:53 +0000)
gtk/gtktreeview.c

index 66555d2a06399ce9ba25f06249f89559db7174c5..c5191de298afcfa37dcbcb1916d6eb4883a89a45 100644 (file)
@@ -1590,7 +1590,7 @@ gtk_tree_view_size_allocate (GtkWidget     *widget,
                              MAX (tree_view->priv->width, allocation->width),
                              tree_view->priv->header_height);
       gdk_window_move_resize (tree_view->priv->bin_window,
-                             0, tree_view->priv->header_height,
+                             0, TREE_VIEW_HEADER_HEIGHT (tree_view),
                              MAX (tree_view->priv->width, allocation->width),
                              allocation->height - TREE_VIEW_HEADER_HEIGHT (tree_view));
     }