| 7713 *sw = emblems[1]; |
7713 *sw = emblems[1]; |
| 7714 *nw = emblems[2]; |
7714 *nw = emblems[2]; |
| 7715 *ne = emblems[3]; |
7715 *ne = emblems[3]; |
| 7716 } |
7716 } |
| 7717 |
7717 |
| 7718 static char *oscar_tooltip_text(GaimBuddy *b, gboolean full) { |
7718 static void oscar_tooltip_text(GaimBuddy *b, GString *str, gboolean full) { |
| 7719 GaimConnection *gc = b->account->gc; |
7719 GaimConnection *gc = b->account->gc; |
| 7720 OscarData *od = gc->proto_data; |
7720 OscarData *od = gc->proto_data; |
| 7721 aim_userinfo_t *userinfo = aim_locate_finduserinfo(od->sess, b->name); |
7721 aim_userinfo_t *userinfo = aim_locate_finduserinfo(od->sess, b->name); |
| 7722 GString *str = g_string_new(""); |
|
| 7723 |
7722 |
| 7724 if (GAIM_BUDDY_IS_ONLINE(b)) { |
7723 if (GAIM_BUDDY_IS_ONLINE(b)) { |
| 7725 GaimPresence *presence; |
7724 GaimPresence *presence; |
| 7726 GaimStatus *status; |
7725 GaimStatus *status; |
| 7727 const char *message; |
7726 const char *message; |