src/conversation.c

changeset 2245
224ebc6abd96
parent 2239
d4b42cadb385
child 2246
8ade8b7421af
--- 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);
 }
 

mercurial