Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 12943:82e918444965
[gaim-migrate @ 15296]
Passing the 'full' condition to the prpls when building tooltips.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 19 Jan 2006 07:01:58 +0000 |
| parents | 248b8b39c671 |
| children | 6af3ac33eeea |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Thu Jan 19 06:55:22 2006 +0000 +++ b/src/protocols/yahoo/yahoo.c Thu Jan 19 07:01:58 2006 +0000 @@ -2778,7 +2778,7 @@ } } -char *yahoo_tooltip_text(GaimBuddy *b) +char *yahoo_tooltip_text(GaimBuddy *b, gboolean full) { YahooFriend *f; char *escaped, *status = NULL, *presence = NULL;
