# HG changeset patch # User Mark Doliner # Date 1156623844 0 # Node ID 2816a4a0fcc2601b2506d64dad603a5e0cba1c8d # Parent 80b05108652cb8f8180839935e271a1b5f4c2e38 [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 diff -r 80b05108652c -r 2816a4a0fcc2 gtk/gtkgaim.h --- 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_ */