Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv20976/src
Modified Files:
conversation.c
Log Message:
Everyone should just use gdkpixbuf anyway.
Index: conversation.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/conversation.c,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- conversation.c 6 Mar 2002 05:26:58 -0000 1.334
+++ conversation.c 6 Mar 2002 17:04:36 -0000 1.335
@@ -3313,6 +3313,7 @@
void set_anim()
{
+#if USE_PIXBUF
GList *c = conversations;
while (c) {
if(im_options & OPT_IM_NO_ANIMATION)
@@ -3321,6 +3322,7 @@
start_anim(NULL, c->data);
c = c->next;
}
+#endif
}
static void remove_checkbox(struct conversation *c)
|