move to the next entry after (un)tagging an item.

Wed, 28 Mar 2007 05:35:01 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Wed, 28 Mar 2007 05:35:01 +0000
changeset 16011
8510d387d21b
parent 16010
4cbba9577350
child 16019
42dbf5df29fc

move to the next entry after (un)tagging an item.

finch/libgnt/gntfilesel.c file | annotate | diff | comparison | revisions
--- 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;
 }
 

mercurial