JAL-2183 don't open two free text panels; give input field focus
[jalview.git] / src / jalview / fts / service / uniprot / UniprotFTSPanel.java
index 5691db1..0d02cc0 100644 (file)
@@ -50,7 +50,7 @@ public class UniprotFTSPanel extends GFTSPanel
     pageLimit = UniProtFTSRestClient.getInstance()
             .getDefaultResponsePageSize();
     this.seqFetcher = seqFetcher;
-    this.progressIdicator = (seqFetcher == null) ? null : seqFetcher
+    this.progressIndicator = (seqFetcher == null) ? null : seqFetcher
             .getProgressIndicator();
   }