Mercurial > pidgin
diff src/protocols/silc/buddy.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 | 2e2e1204b2b0 |
line wrap: on
line diff
--- a/src/protocols/silc/buddy.c Thu Jan 19 06:55:22 2006 +0000 +++ b/src/protocols/silc/buddy.c Thu Jan 19 07:01:58 2006 +0000 @@ -1509,7 +1509,7 @@ return NULL; } -char *silcgaim_tooltip_text(GaimBuddy *b) +char *silcgaim_tooltip_text(GaimBuddy *b, gboolean full) { SilcGaim sg = b->account->gc->proto_data; SilcClient client = sg->client;
