changeset 29411:a8614b855c39

Fix typo.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 09 Feb 2010 16:54:32 +0000
parents 9b0d3a48a467
children 64bee7ae306f
files finch/libgnt/gnttree.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)