pidgin/gtkblist.c

branch
next.minor
changeset 23301
c460b5acd220
parent 23299
0eff43856b96
child 23302
cbe5a85c6c32
equal deleted inserted replaced
23300:c49ee0be7ad6 23301:c460b5acd220
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;

mercurial