| 12942:b0b4accb55fb | 12943:8f11013baa86 |
|---|---|
| 535 | 535 |
| 536 return NULL; | 536 return NULL; |
| 537 } | 537 } |
| 538 | 538 |
| 539 static char * | 539 static char * |
| 540 msn_tooltip_text(GaimBuddy *buddy) | 540 msn_tooltip_text(GaimBuddy *buddy, gboolean full) |
| 541 { | 541 { |
| 542 MsnUser *user; | 542 MsnUser *user; |
| 543 GaimPresence *presence = gaim_buddy_get_presence(buddy); | 543 GaimPresence *presence = gaim_buddy_get_presence(buddy); |
| 544 GaimStatus *status = gaim_presence_get_active_status(presence); | 544 GaimStatus *status = gaim_presence_get_active_status(presence); |
| 545 GString *s; | 545 GString *s; |
| 1351 info_data->name); | 1351 info_data->name); |
| 1352 | 1352 |
| 1353 if (b) | 1353 if (b) |
| 1354 { | 1354 { |
| 1355 GaimPresence *presence; | 1355 GaimPresence *presence; |
| 1356 char *statustext = msn_tooltip_text(b); | 1356 char *statustext = msn_tooltip_text(b, TRUE); |
| 1357 | 1357 |
| 1358 presence = gaim_buddy_get_presence(b); | 1358 presence = gaim_buddy_get_presence(b); |
| 1359 | 1359 |
| 1360 if (b->alias && b->alias[0]) | 1360 if (b->alias && b->alias[0]) |
| 1361 { | 1361 { |