diff -r 86dac5633bd9 -r 223d99ce2f06 console/libgnt/gnttree.h --- a/console/libgnt/gnttree.h Sun Jul 16 19:08:31 2006 +0000 +++ b/console/libgnt/gnttree.h Mon Jul 17 03:45:24 2006 +0000 @@ -84,6 +84,8 @@ void gnt_tree_set_row_flags(GntTree *tree, void *key, GntTextFormatFlags flags); +void gnt_tree_set_selected(GntTree *tree , void *key); + G_END_DECLS #endif /* GNT_TREE_H */