X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=dca93196aa57e829db890ca41c853259ccc6b1c3;hb=5353e7326ef32081eea7669e885ae3f906ca677d;hp=c48ee321919296255d77676bc4ebfb9502af607e;hpb=0183533e818083b1099145a0f42ee359bf0f3358;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()