diff src/protocols/oscar/aim.h @ 4625:819ba05f5b1b

[gaim-migrate @ 4916] This fixes some problems with gender, in that, if someone specified either male of female, Gaim would always show "Age: Female," which isn't exactly right. Gender?! I don't even know her! I also made bunches of email addresses show up, and made them show up as mailto: links. I guess these will just get passed to your browser. And I fixed the UIN field. That was a dumb mistake. So aliases should update themselves better now. Still not automagically, though. Oh, and I made the day show up as MM/DD/YY instead of DD/MM/YY. For a second there I thought I was in a different country, but I safe and sound now, back in good old 1955. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 28 Feb 2003 07:29:17 +0000
parents a964972cb361
children c0abcd675ca6
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Fri Feb 28 04:26:37 2003 +0000
+++ b/src/protocols/oscar/aim.h	Fri Feb 28 07:29:17 2003 +0000
@@ -1293,7 +1293,7 @@
 
 	/* email (0x00eb) */
 	fu16_t numaddresses;
-	char *email2;
+	char **email2;
 
 	/* we keep track of these in a linked list because we're 1337 */
 	struct aim_icq_info *next;