qulogic/libgnt

Fix typo.

2010-02-09, Sadrul Habib Chowdhury
56350b0ee0a3
Fix typo.
  • +1 -1
    gnttree.c
  • --- a/gnttree.c Wed Feb 03 16:05:28 2010 +0000
    +++ b/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)