--- a/libpurple/protocols/jabber/jabber.c Fri Feb 02 23:07:47 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.c Fri Feb 02 23:14:20 2007 +0000 @@ -1074,7 +1074,8 @@ JabberBuddy *jb = NULL; if(!b->account->gc) - return; + return NULL; + js = b->account->gc->proto_data; if(js) jb = jabber_buddy_find(js, b->name, FALSE);