diff finch/libgnt/gnttree.c @ 29019:a8614b855c39

Fix typo.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 09 Feb 2010 16:54:32 +0000
parents 7b6933cd7fd3
children 40623dd0bba0
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)