finch/libgnt/gntentry.h

branch
gtkdoc-conversion
changeset 35494
e631108a5464
parent 35487
494f09f7f331
child 37099
f965c53ae7c2
--- 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;

mercurial