# HG changeset patch # User Sadrul Habib Chowdhury # Date 1177754842 0 # Node ID 467698ab6bf075c9767fc3f725c3efef22b8729b # Parent 7c57d294d20ba0f4a902f9580ee29e1a2529d62a Fix an odd selection issue when moving up. diff -r 7c57d294d20b -r 467698ab6bf0 finch/libgnt/gnttree.c --- 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 *