# HG changeset patch # User Mark Doliner # Date 1076476957 0 # Node ID c89cf5af36a311e0f1ea66cfd8bcb021e870ec42 # Parent b01822d23da3f1cc734889e7d1e074c65218f84b [gaim-migrate @ 8951] Fix some gdk warnings when opening a conv window with an iconless person. committer: Tailor Script diff -r b01822d23da3 -r c89cf5af36a3 src/gtkconv.c --- 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;