woops.
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 30 Jan 2019 15:26:02 +0000 (09:26 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 30 Jan 2019 15:26:02 +0000 (09:26 -0600)
src/jalview/gui/SequenceFetcher.java

index f06bd97..71539ba 100755 (executable)
@@ -418,7 +418,7 @@ public class SequenceFetcher extends JPanel implements Runnable
      * tidy inputs and check there is something to search for
      */
     String t0 = textArea.getText();
-    String text = text.trim(); // BH 2019.01.30
+    String text = t0.trim(); // BH 2019.01.30
     if (replacePunctuation.isEnabled() && replacePunctuation.isSelected())
     {
       text = text.replace(",", ";");