Mercurial > pidgin
changeset 15952:0ef26ac647ac
move to the next entry after (un)tagging an item.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 28 Mar 2007 05:35:01 +0000 |
parents | 9214184b9d10 |
children | c44bb13db468 |
files | finch/libgnt/gntfilesel.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; }