Mercurial > pidgin
changeset 18553:9816af55f45c
merge of '16545633f55b708a351f38a9532d94b0b00eacec'
and 'be582d1ac8a250870b9c691a8cb1ab4c170650bc'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 16 Jul 2007 23:50:41 +0000 |
parents | 619d195052ba (diff) 2f99cf09d912 (current diff) |
children | ab58b55f38b0 |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/libgnt/gnttextview.h Mon Jul 16 21:11:45 2007 +0000 +++ b/finch/libgnt/gnttextview.h Mon Jul 16 23:50:41 2007 +0000 @@ -47,7 +47,7 @@ typedef struct _GntTextViewPriv GntTextViewPriv; typedef struct _GntTextViewClass GntTextViewClass; -typedef enum { +typedef enum _GntTextViewFlag { GNT_TEXT_VIEW_NO_SCROLL = 1 << 0, GNT_TEXT_VIEW_WRAP_CHAR = 1 << 1, } GntTextViewFlag;
--- a/finch/libgnt/gnttree.h Mon Jul 16 21:11:45 2007 +0000 +++ b/finch/libgnt/gnttree.h Mon Jul 16 23:50:41 2007 +0000 @@ -47,7 +47,7 @@ typedef struct _GntTreeRow GntTreeRow; typedef struct _GntTreeCol GntTreeCol; -typedef enum { +typedef enum _GntTreeColumnFlag { GNT_TREE_COLUMN_INVISIBLE = 1 << 0, GNT_TREE_COLUMN_FIXED_SIZE = 1 << 1, GNT_TREE_COLUMN_BINARY_DATA = 1 << 2,