JAL-2629 uniquify all hmmer command sequence outputs
[jalview.git] / src / jalview / appletgui / AnnotationLabels.java
index 07c3e0a..9cd2b51 100755 (executable)
@@ -534,7 +534,7 @@ public class AnnotationLabels extends Panel
                     MessageManager.getString("label.ignore_gaps_consensus"),
                     (aa[selectedRow].groupRef != null)
                             ? aa[selectedRow].groupRef
-                                    .isIgnoreGapsConsensus()
+                                                                                               .getIgnoreGapsConsensus()
                             : ap.av.isIgnoreGapsConsensus());
             final AlignmentAnnotation aaa = aa[selectedRow];
             cbmi.addItemListener(new ItemListener()