Fix spurious scores in comments
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 25 Nov 2010 18:31:52 +0000 (19:31 +0100)
committerArun Persaud <arun@nubati.net>
Fri, 3 Dec 2010 07:14:23 +0000 (23:14 -0800)
commit19ca22353227f3cd38e0e3926cd5cfbfbbb4ddd6
treea3346e71001f1197cbe8125e59f33025ebf45ac8
parent47b84d7023fd7405ec1cec9b14f49ac8be13f891
Fix spurious scores in comments

The comment popup is also used to display engine PV info, but when the
contents of the window is written back when we select a variation,
it was treated as a real comment. This is fixed now by checing in
ReplaceComment() if the comment starts with the PV info, and if so,
ignore the latter. This solves the problem, but I guess the real bug is
that selecting a variation tries to write the comment even if it did not
change.
backend.c