diff -r 644e3cd48034 -r 775d895e5d4d client/src/Iri.Modernisation.Controls/ViewModel/HeaderProduction/HeaderProductionChapterVM.cs --- a/client/src/Iri.Modernisation.Controls/ViewModel/HeaderProduction/HeaderProductionChapterVM.cs Thu Jan 14 16:39:50 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/ViewModel/HeaderProduction/HeaderProductionChapterVM.cs Fri Jan 15 11:30:56 2010 +0100 @@ -79,6 +79,8 @@ } } + + private bool _highLight; public bool HighLight { @@ -134,6 +136,7 @@ _chapterDescription = Vcd; _title = Vcd.Title; HighLight = false; + }