X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FAnnotationFile.java;h=581d9cc1bb79aebc5ea66e35ce18d6fd8d1de1d5;hb=153dd62dc91da13ae732600e6ea55ddbe15eab39;hp=2721fb28fe8cd3690e55f95511fefb7f54ceb33f;hpb=2c6965c96b057296981403f3394a4c180ed60ea4;p=jalview.git diff --git a/src/jalview/io/AnnotationFile.java b/src/jalview/io/AnnotationFile.java index 2721fb2..581d9cc 100755 --- a/src/jalview/io/AnnotationFile.java +++ b/src/jalview/io/AnnotationFile.java @@ -1,5 +1,5 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5) + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6) * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle * * This file is part of Jalview. @@ -416,7 +416,7 @@ public class AnnotationFile text.append("displayBoxes=" + sg.getDisplayBoxes() + "\t"); text.append("displayText=" + sg.getDisplayText() + "\t"); text.append("colourText=" + sg.getColourText() + "\t"); - text.append("showUnconserved=" + sg.getShowunconserved() + "\t"); + text.append("showUnconserved=" + sg.getShowNonconserved() + "\t"); if (sg.textColour != java.awt.Color.black) { text.append("textCol1=" @@ -1253,7 +1253,7 @@ public class AnnotationFile } else if (key.equalsIgnoreCase("showUnconserved")) { - sg.setShowunconserved(Boolean.valueOf(value).booleanValue()); + sg.setShowNonconserved(Boolean.valueOf(value).booleanValue()); } else if (key.equalsIgnoreCase("displayText")) {