comparison 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
comparison
equal deleted inserted replaced
29005:9b0d3a48a467 29019:a8614b855c39
1879 } 1879 }
1880 1880
1881 void gnt_tree_set_column_is_binary(GntTree *tree, int col, gboolean bin) 1881 void gnt_tree_set_column_is_binary(GntTree *tree, int col, gboolean bin)
1882 { 1882 {
1883 g_return_if_fail(col < tree->ncol); 1883 g_return_if_fail(col < tree->ncol);
1884 set_column_flag(tree, col, GNT_TREE_COLUMN_FIXED_SIZE, bin); 1884 set_column_flag(tree, col, GNT_TREE_COLUMN_BINARY_DATA, bin);
1885 } 1885 }
1886 1886
1887 void gnt_tree_set_column_is_right_aligned(GntTree *tree, int col, gboolean right) 1887 void gnt_tree_set_column_is_right_aligned(GntTree *tree, int col, gboolean right)
1888 { 1888 {
1889 g_return_if_fail(col < tree->ncol); 1889 g_return_if_fail(col < tree->ncol);