X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=dca93196aa57e829db890ca41c853259ccc6b1c3;hb=97e95c084e4aacf02203d723937579e898d8e9ee;hp=c48ee321919296255d77676bc4ebfb9502af607e;hpb=06d3d751525f40869ef6dfd96e33c590008123c2;p=xboard.git diff --git a/xhistory.c b/xhistory.c index c48ee32..dca9319 100644 --- a/xhistory.c +++ b/xhistory.c @@ -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()