Jalview 2.6 source licence
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index 750e823..9278bc1 100755 (executable)
@@ -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.
@@ -1366,7 +1366,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
       if (applyGlobalSettings || !oldrfs.containsKey(sg))
       {
         // set defaults for this group's conservation/consensus
-        sg.setIncludeAllConsSymbols(showprf);
+        sg.setshowSequenceLogo(showprf);
         sg.setShowConsensusHistogram(showConsHist);
       }
       if (conv)