comparison 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
comparison
equal deleted inserted replaced
12942:432894b3bdad 12943:82e918444965
3211 return (*feat)? g_strjoinv(", ", feat): NULL; 3211 return (*feat)? g_strjoinv(", ", feat): NULL;
3212 /* jenni loves siege */ 3212 /* jenni loves siege */
3213 } 3213 }
3214 3214
3215 3215
3216 static char *mw_prpl_tooltip_text(GaimBuddy *b) { 3216 static char *mw_prpl_tooltip_text(GaimBuddy *b, gboolean full) {
3217 GaimConnection *gc; 3217 GaimConnection *gc;
3218 struct mwGaimPluginData *pd; 3218 struct mwGaimPluginData *pd;
3219 struct mwAwareIdBlock idb = { mwAware_USER, b->name, NULL }; 3219 struct mwAwareIdBlock idb = { mwAware_USER, b->name, NULL };
3220 3220
3221 GString *str; 3221 GString *str;