remove name of progress bar when stopping ws refresh progress.
[jalview.git] / src / jalview / gui / WebserviceInfo.java
index aafcedb..4d0c634 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
  * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
@@ -245,6 +245,7 @@ public class WebserviceInfo extends GWebserviceInfo
         }
       };
     });
+    frame.validate();
 
   }