diff src/protocols/sametime/sametime.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 f50a99d5ba9b
children 96cf4e176ff8
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c	Thu Jan 19 06:55:22 2006 +0000
+++ b/src/protocols/sametime/sametime.c	Thu Jan 19 07:01:58 2006 +0000
@@ -3213,7 +3213,7 @@
 }
 
 
-static char *mw_prpl_tooltip_text(GaimBuddy *b) {
+static char *mw_prpl_tooltip_text(GaimBuddy *b, gboolean full) {
   GaimConnection *gc;
   struct mwGaimPluginData *pd;
   struct mwAwareIdBlock idb = { mwAware_USER, b->name, NULL };