# HG changeset patch # User Sadrul Habib Chowdhury # Date 1265820368 0 # Node ID 64bee7ae306f58fcd232edcd38337e2c30e07c67 # Parent 6288bbd53f4473ac800567b339a9ae5e74b098ad# Parent a8614b855c3977e86f3df659d90c3ba991df159a merge of '18b85ae6ad8091af43d91826cf054e4569ba74aa' and '5a7c739baddaf14efccf2017d05e0f9bb5b7278a' diff -r 6288bbd53f44 -r 64bee7ae306f finch/libgnt/gnttree.c --- a/finch/libgnt/gnttree.c Wed Feb 10 09:04:15 2010 +0000 +++ b/finch/libgnt/gnttree.c Wed Feb 10 16:46:08 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)