From: <the...@us...> - 2006-08-26 20:24:10
|
Revision: 17052 Author: thekingant Date: 2006-08-26 13:24:04 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=17052&view=rev Log Message: ----------- 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. Modified Paths: -------------- trunk/gtk/gtkgaim.h Modified: trunk/gtk/gtkgaim.h =================================================================== --- trunk/gtk/gtkgaim.h 2006-08-26 19:15:34 UTC (rev 17051) +++ trunk/gtk/gtkgaim.h 2006-08-26 20:24:04 UTC (rev 17052) @@ -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_ */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |