| 2620 if (!buf) { |
2620 if (!buf) { |
| 2621 return NULL; |
2621 return NULL; |
| 2622 } |
2622 } |
| 2623 |
2623 |
| 2624 if (greyed) { |
2624 if (greyed) { |
| 2625 gboolean offline = FALSE, idle = TRUE; |
2625 gboolean offline = FALSE, idle = FALSE; |
| 2626 |
2626 |
| 2627 if (buddy) { |
2627 if (buddy) { |
| 2628 PurplePresence *presence = purple_buddy_get_presence(buddy); |
2628 PurplePresence *presence = purple_buddy_get_presence(buddy); |
| 2629 if (!PURPLE_BUDDY_IS_ONLINE(buddy)) |
2629 if (!PURPLE_BUDDY_IS_ONLINE(buddy)) |
| 2630 offline = TRUE; |
2630 offline = TRUE; |