comparison finch/libgnt/gntfilesel.c @ 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 0f1ab43db297
children 8a54f74fecdf
comparison
equal deleted inserted replaced
15951:9214184b9d10 15952:0ef26ac647ac
299 } else { 299 } else {
300 sel->tags = g_list_prepend(sel->tags, str); 300 sel->tags = g_list_prepend(sel->tags, str);
301 gnt_tree_set_row_flags(GNT_TREE(tree), file, GNT_TEXT_FLAG_BOLD); 301 gnt_tree_set_row_flags(GNT_TREE(tree), file, GNT_TEXT_FLAG_BOLD);
302 } 302 }
303 303
304 gnt_bindable_perform_action_named(GNT_BINDABLE(tree), "move-down", NULL);
305
304 return TRUE; 306 return TRUE;
305 } 307 }
306 308
307 static gboolean 309 static gboolean
308 clear_tags(GntBindable *bind, GList *null) 310 clear_tags(GntBindable *bind, GList *null)