| 15557:a8e3a88ccbd6 | 15558:6fb7a0ad8a0b |
|---|---|
| 1072 { | 1072 { |
| 1073 JabberStream *js; | 1073 JabberStream *js; |
| 1074 JabberBuddy *jb = NULL; | 1074 JabberBuddy *jb = NULL; |
| 1075 | 1075 |
| 1076 if(!b->account->gc) | 1076 if(!b->account->gc) |
| 1077 return; | 1077 return NULL; |
| 1078 | |
| 1078 js = b->account->gc->proto_data; | 1079 js = b->account->gc->proto_data; |
| 1079 if(js) | 1080 if(js) |
| 1080 jb = jabber_buddy_find(js, b->name, FALSE); | 1081 jb = jabber_buddy_find(js, b->name, FALSE); |
| 1081 | 1082 |
| 1082 if(!GAIM_BUDDY_IS_ONLINE(b)) { | 1083 if(!GAIM_BUDDY_IS_ONLINE(b)) { |