changeset 14349:2816a4a0fcc2

[gaim-migrate @ 17052] Change our invisible character to something a little smaller. I'm changing it from the character used by Ubuntu to the character used by Red Hat/Fedora. The Ubuntu character looks ridiculously huge on my FC5 system. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Aug 2006 20:24:04 +0000
parents 80b05108652c
children eec3ce357b70
files gtk/gtkgaim.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/gtkgaim.h	Sat Aug 26 19:12:05 2006 +0000
+++ b/gtk/gtkgaim.h	Sat Aug 26 20:24:04 2006 +0000
@@ -78,7 +78,11 @@
 #define GAIM_HIG_BORDER        12
 #define GAIM_HIG_BOX_SPACE      6
 
-#define GAIM_INVISIBLE_CHAR (gunichar)0x25cf
+/*
+ * See GNOME bug #307304 for some discussion about the invisible
+ * character.  0x25cf is a good choice, too.
+ */
+#define GAIM_INVISIBLE_CHAR (gunichar)0x2022
 
 #endif /* _GAIM_GTKGAIM_H_ */