comparison src/gtkutils.c @ 11632:c4fde4165293

[gaim-migrate @ 13908] Someone should look into this before I get a chance to. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 10 Oct 2005 04:10:49 +0000
parents 8b494b5763c2
children 3a05b53a589e
comparison
equal deleted inserted replaced
11631:0c90ef51ad66 11632:c4fde4165293
825 } 825 }
826 826
827 return FALSE; 827 return FALSE;
828 } 828 }
829 829
830 /*
831 * TODO: Do we even need this?
832 */
830 char *stylize(const gchar *text, int length) 833 char *stylize(const gchar *text, int length)
831 { 834 {
832 char *tmp; 835 char *tmp;
833 gchar *buf; 836 gchar *buf;
834 const char *font; 837 const char *font;