# HG changeset patch # User Sadrul Habib Chowdhury # Date 1175060101 0 # Node ID 0ef26ac647acf3f0a1330354dfd4fd6d0ea57185 # Parent 9214184b9d10d1afc6e323b7d05711cb4fc6a0cb move to the next entry after (un)tagging an item. diff -r 9214184b9d10 -r 0ef26ac647ac finch/libgnt/gntfilesel.c --- a/finch/libgnt/gntfilesel.c Tue Mar 27 03:51:42 2007 +0000 +++ b/finch/libgnt/gntfilesel.c Wed Mar 28 05:35:01 2007 +0000 @@ -301,6 +301,8 @@ gnt_tree_set_row_flags(GNT_TREE(tree), file, GNT_TEXT_FLAG_BOLD); } + gnt_bindable_perform_action_named(GNT_BINDABLE(tree), "move-down", NULL); + return TRUE; }