finch/libgnt/gnttree.c

changeset 16646
fd3c9b8de3e2
parent 16362
a4af57dc76fd
child 16779
006f50afb7a6
child 17586
5beb8d987e84
child 18068
b6554e3c8224
--- 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 *

mercurial