JAL-4134 store/restore Newick tree for PAE annotation row
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 0ccd6c2..d1a40e5 100755 (executable)
@@ -428,7 +428,7 @@ public class AnnotationLabels extends JPanel
       {
         final PAEContactMatrix cm = (PAEContactMatrix) av
                 .getContactMatrix(aa[selectedRow]);
-        if (cm.getNewickString()!=null && cm.getNewickString().length()>0)
+        if (cm.getNewick()!=null && cm.getNewick().length()>0)
         {
           item = new JMenuItem("Show Matrix");
           item.addActionListener(new ActionListener()