--- a/src/conversation.c Sun Sep 09 00:52:30 2001 +0000 +++ b/src/conversation.c Sun Sep 09 06:33:54 2001 +0000 @@ -2649,7 +2649,7 @@ void got_new_icon(struct gaim_connection *gc, char *who) { struct conversation *c = find_conversation(who); - if (c->gc == gc) + if (c && (c->gc == gc)) update_icon(c); }