diff src/protocols/yahoo/yahoo.c @ 9220:f0488214826f

[gaim-migrate @ 10016] wing made yahoo profiles even better. They now include all the tooltip info, and also include a link to the profile, so you can open it in your browser with just a click. He also says: Note: I added _() to some "<b>%s:</b> %s" sort of strings, because otherwise the display would be very ugly. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 06 Jun 2004 18:01:32 +0000
parents 76125b842b23
children 8054855f2bb9
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sun Jun 06 17:43:37 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sun Jun 06 18:01:32 2004 +0000
@@ -2474,7 +2474,7 @@
  	}
 }
 
-static char *yahoo_tooltip_text(GaimBuddy *b)
+char *yahoo_tooltip_text(GaimBuddy *b)
 {
 	struct yahoo_data *yd = (struct yahoo_data*)b->account->gc->proto_data;
 	struct yahoo_friend *f;