diff src/gtkconv.c @ 8228:c89cf5af36a3

[gaim-migrate @ 8951] Fix some gdk warnings when opening a conv window with an iconless person. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 11 Feb 2004 05:22:37 +0000
parents ad524b8c9c71
children a74ff5569c86
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Feb 11 05:18:05 2004 +0000
+++ b/src/gtkconv.c	Wed Feb 11 05:22:37 2004 +0000
@@ -2229,6 +2229,9 @@
 
 	gtkconv = GAIM_GTK_CONVERSATION(conv);
 
+	if (gtkconv->u.im->anim == NULL)
+		return;
+
 	if (gtkconv->u.im->icon_timer != 0)
 		return;