From: Eric W. <war...@us...> - 2001-11-19 15:25:40
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv14176 Modified Files: conversation.c Log Message: hi. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.301 retrieving revision 1.302 diff -u -d -r1.301 -r1.302 --- conversation.c 2001/11/19 12:03:37 1.301 +++ conversation.c 2001/11/19 15:25:36 1.302 @@ -2775,7 +2775,7 @@ gtk_signal_connect(GTK_OBJECT(button), "activate", GTK_SIGNAL_FUNC(stop_anim), c); gtk_menu_append(GTK_MENU(menu), button); gtk_widget_show(button); - } else if (c->anim) { + } else if (c->anim && (gdk_pixbuf_animation_get_num_frames(c->anim) > 1)) { button = gtk_menu_item_new_with_label(_("Enable Animation")); gtk_signal_connect(GTK_OBJECT(button), "activate", GTK_SIGNAL_FUNC(start_anim), c); gtk_menu_append(GTK_MENU(menu), button); |