Draw the arrows correctly.

2000-10-17    <jrb@redhat.com>

	* gtk/gtktreeview.c: Draw the arrows correctly.

Also, commit a few minor fixes so Havoc can make a model.
This commit is contained in:
7
2000-10-17 23:06:56 +00:00
committed by Jonathan Blandford
parent 10e9727a90
commit 3b42e087a9
10 changed files with 35 additions and 12 deletions

View File

@ -173,7 +173,7 @@ gtk_tree_path_append_index (GtkTreePath *path,
g_return_if_fail (path != NULL);
g_return_if_fail (index >= 0);
new_indices = = g_new (gint, ++path->depth);
new_indices = g_new (gint, ++path->depth);
if (path->indices == NULL)
{
path->indices = new_indices;