X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=7f65ed180366c517efd2fa78ee61907ad4efba6d;hb=18c9024957df2892adb21cd851cb7a27b9502d54;hp=c48ee321919296255d77676bc4ebfb9502af607e;hpb=06d3d751525f40869ef6dfd96e33c590008123c2;p=xboard.git diff --git a/xhistory.c b/xhistory.c index c48ee32..7f65ed1 100644 --- a/xhistory.c +++ b/xhistory.c @@ -1,7 +1,7 @@ /* * xhistory.c -- Move list window, part of X front end for XBoard * - * Copyright 2000,2009 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -275,6 +275,7 @@ void HistorySet(char movelist[][2*MOVE_LEN],int first,int last,int current){ else XawListUnhighlight(hist->mvb); } } + EvalGraphSet( first, last, current, pvInfoList ); // piggy-backed } Widget HistoryCreate()