Neeed to know protocol for annotation loading
authoramwaterhouse <Andrew Waterhouse>
Fri, 19 Jan 2007 15:52:21 +0000 (15:52 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 19 Jan 2007 15:52:21 +0000 (15:52 +0000)
src/jalview/bin/JalviewLite.java
src/jalview/gui/AlignFrame.java

index af01a99..4efab35 100755 (executable)
@@ -374,7 +374,8 @@ public class JalviewLite extends Applet
 \r
                new AnnotationFile().readAnnotationFile(\r
                    currentAlignFrame.viewport.getAlignment(),\r
-                   param);\r
+                   param,\r
+                   protocol);\r
 \r
                currentAlignFrame.alignPanel.fontChanged();\r
                currentAlignFrame.alignPanel.setScrollValues(0,0);\r
index 48758cd..bb722a5 100755 (executable)
@@ -3287,7 +3287,7 @@ public void drop(DropTargetDropEvent evt)
       }
 
       boolean isAnnotation = new AnnotationFile().readAnnotationFile(viewport.
-          alignment, file);
+          alignment, file, protocol);
 
       if (!isAnnotation)
       {