comparison 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
comparison
equal deleted inserted replaced
8227:b01822d23da3 8228:c89cf5af36a3
2227 if (!GAIM_IS_GTK_CONVERSATION(conv)) 2227 if (!GAIM_IS_GTK_CONVERSATION(conv))
2228 return; 2228 return;
2229 2229
2230 gtkconv = GAIM_GTK_CONVERSATION(conv); 2230 gtkconv = GAIM_GTK_CONVERSATION(conv);
2231 2231
2232 if (gtkconv->u.im->anim == NULL)
2233 return;
2234
2232 if (gtkconv->u.im->icon_timer != 0) 2235 if (gtkconv->u.im->icon_timer != 0)
2233 return; 2236 return;
2234 2237
2235 if (gdk_pixbuf_animation_is_static_image(gtkconv->u.im->anim)) 2238 if (gdk_pixbuf_animation_is_static_image(gtkconv->u.im->anim))
2236 return; 2239 return;