# HG changeset patch # User Sadrul Habib Chowdhury # Date 1265734472 0 # Node ID a8614b855c3977e86f3df659d90c3ba991df159a # Parent 9b0d3a48a4675efff8e2589631806d8edb968a19 Fix typo. diff -r 9b0d3a48a467 -r a8614b855c39 finch/libgnt/gnttree.c --- a/finch/libgnt/gnttree.c Tue Feb 09 06:56:00 2010 +0000 +++ b/finch/libgnt/gnttree.c Tue Feb 09 16:54:32 2010 +0000 @@ -1881,7 +1881,7 @@ void gnt_tree_set_column_is_binary(GntTree *tree, int col, gboolean bin) { g_return_if_fail(col < tree->ncol); - set_column_flag(tree, col, GNT_TREE_COLUMN_FIXED_SIZE, bin); + set_column_flag(tree, col, GNT_TREE_COLUMN_BINARY_DATA, bin); } void gnt_tree_set_column_is_right_aligned(GntTree *tree, int col, gboolean right)