comparison src/conversation.c @ 3012:08327a2f25aa

[gaim-migrate @ 3025] Lots of people have a problem with people who were added to their MSN reverse list while they were offline, not being prompted to add them to their allow list. Jason Willis fixed that. Also added a global buddy icon animation preference by Luke Schierer. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 06 Mar 2002 00:18:02 +0000
parents 2a1bae4efb92
children 47d0f8979fb1
comparison
equal deleted inserted replaced
3011:c809f2ed3d92 3012:08327a2f25aa
3285 3285
3286 c->icon = gtk_pixmap_new(pm, bm); 3286 c->icon = gtk_pixmap_new(pm, bm);
3287 gtk_widget_set_usize(c->icon, sf, sf); 3287 gtk_widget_set_usize(c->icon, sf, sf);
3288 gtk_container_add(GTK_CONTAINER(event), c->icon); 3288 gtk_container_add(GTK_CONTAINER(event), c->icon);
3289 gtk_widget_show(c->icon); 3289 gtk_widget_show(c->icon);
3290 if(im_options & OPT_IM_NO_ANIMATION)
3291 stop_anim(c->icon, c);
3290 gdk_pixmap_unref(pm); 3292 gdk_pixmap_unref(pm);
3291 if (bm) 3293 if (bm)
3292 gdk_bitmap_unref(bm); 3294 gdk_bitmap_unref(bm);
3293 #endif 3295 #endif
3294 } 3296 }