[gaim-migrate @ 8951]

Wed, 11 Feb 2004 05:22:37 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 11 Feb 2004 05:22:37 +0000
changeset 8228
d4f90900c1a0
parent 8227
07e453e04577
child 8229
1c8ea1eaee6a

[gaim-migrate @ 8951]
Fix some gdk warnings when opening a conv window with an
iconless person.

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

mercurial