--- a/finch/libgnt/gntentry.h Sun Feb 09 06:35:55 2014 +0530 +++ b/finch/libgnt/gntentry.h Sun Feb 09 21:12:35 2014 +0530 @@ -45,7 +45,7 @@ #define GNT_ENTRY_SET_FLAGS(obj, flags) (GNT_ENTRY_FLAGS(obj) |= flags) #define GNT_ENTRY_UNSET_FLAGS(obj, flags) (GNT_ENTRY_FLAGS(obj) &= ~(flags)) -#define ENTRY_CHAR '_' /* The character to use to fill in the blank places */ +#define GNT_ENTRY_CHAR '_' /* The character to use to fill in the blank places */ typedef struct _GntEntry GntEntry; typedef struct _GntEntryPriv GntEntryPriv;