src/protocols/sametime/sametime.c

changeset 12943
8f11013baa86
parent 12923
53ba32cf022c
child 12950
167358332f4b
equal deleted inserted replaced
12942:b0b4accb55fb 12943:8f11013baa86
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;

mercurial