--- clearlooks_style.c.old 2005-11-18 19:24:53.000000000 +0100 +++ clearlooks_style.c 2005-11-18 19:25:03.000000000 +0100 @@ -191,6 +191,9 @@ static void cl_checkbox_toggle (gpointer data) { + Widget_Animation *value; + if(((value = cl_async_animation_lookup(data))!= NULL)&&(value->frame < value->max_frames)) + value->frame = value->max_frames - value->frame; cl_async_animation_add(data,5,1); }