Fix highlighting in text memos (GTK)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 28 Jan 2016 08:51:37 +0000 (09:51 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 28 Jan 2016 08:51:37 +0000 (09:51 +0100)
commit7702879fc0953baef251680bc051b2fe77e654ff
tree21a87ea89c6c8164611391dccb73ac69dd5af133
parent8bd7a1e708318c5f1eb68166b81f8007fa953b9b
Fix highlighting in text memos (GTK)

The yellow highlighting as used in Engine Output to indicate the
walked PV, or in Move History to show the current move, was only
working the first time that text would be highlighted. Apparently
to unhighlight it the yellow tag had to be removed, rather than a
white tag applied.
gtk/xoptions.c