Unique name for new group and treegroup
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 0ea7998..1176087 100755 (executable)
@@ -200,7 +200,8 @@ public class AnnotationLabels extends JPanel implements MouseListener,
           new AnnotationExporter().exportAnnotations(
               ap,
               new AlignmentAnnotation[]
-              {aa[selectedRow]}
+              {aa[selectedRow]},
+              null
               );
         }
         else if (evt.getActionCommand().equals(COPYCONS_SEQ))