# HG changeset patch # User Sean Egan # Date 1017951085 0 # Node ID 6006cc902d62829142e6edbc55ff840fc6eac870 # Parent 8249e2c4b7ede1f70c40400f668e9ce6d0cb5576 [gaim-migrate @ 3144] The words of the prophets are written on the subway walls and tenement halls. committer: Tailor Script diff -r 8249e2c4b7ed -r 6006cc902d62 src/conversation.c --- a/src/conversation.c Thu Apr 04 03:06:26 2002 +0000 +++ b/src/conversation.c Thu Apr 04 20:11:25 2002 +0000 @@ -3252,11 +3252,13 @@ gdk_gc_set_clip_mask(gc, bm); gdk_gc_set_clip_origin(gc, gdk_pixbuf_frame_get_x_offset(frame) * - SCALE(c->anim)/gdk_pixbuf_get_width(scale), - gdk_pixbuf_frame_get_y_offset(frame)); + SCALE(c->anim)/gdk_pixbuf_animation_get_width(c->anim), + gdk_pixbuf_frame_get_y_offset(frame) * + SCALE(c->anim)/gdk_pixbuf_animation_get_height(c->anim)); gdk_draw_pixmap(pm, gc, src, 0, 0, gdk_pixbuf_frame_get_x_offset(frame)* - SCALE(c->anim)/gdk_pixbuf_get_width(scale), - gdk_pixbuf_frame_get_y_offset(frame),-1,-1); + SCALE(c->anim)/gdk_pixbuf_animation_get_width(c->anim), + gdk_pixbuf_frame_get_y_offset(frame) * + SCALE(c->anim)/gdk_pixbuf_animation_get_height(c->anim),-1,-1); gdk_pixmap_unref(src); if (bm)