qulogic/libgnt

propagate from branch 'im.pidgin.pidgin' (head 56350b0ee0a3eed92c54654956cb33088bbec306)
to branch 'im.pidgin.pidgin.next.minor' (head 750d40fba2fe11e52d08d99eacf2d0e6352fb0d5)
  • +1 -1
    gnttree.c
  • --- a/gnttree.c Thu Feb 04 05:30:35 2010 +0000
    +++ b/gnttree.c Thu Feb 11 04:38:48 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)