[gaim-migrate @ 2255]

Sun, 09 Sep 2001 06:33:54 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Sun, 09 Sep 2001 06:33:54 +0000
changeset 2245
224ebc6abd96
parent 2244
7231c3f80615
child 2246
8ade8b7421af

[gaim-migrate @ 2255]
hola

src/conversation.c file | annotate | diff | comparison | revisions
--- 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