--- a/finch/libgnt/gnttree.c Sat Apr 28 09:37:45 2007 +0000 +++ b/finch/libgnt/gnttree.c Sat Apr 28 10:07:22 2007 +0000 @@ -152,9 +152,7 @@ while(row->next) row = row->next; - if (!row->collapsed && row->child) - row = get_last_child(row->child); - return row; + return get_last_child(row); } static GntTreeRow *