Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv29515/src/freenet

Modified Files:
        OpenConnectionManager.java 
Log Message:
Hmm.. mixed up width and height..

Index: OpenConnectionManager.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/OpenConnectionManager.java,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -w -r1.152 -r1.153
--- OpenConnectionManager.java  30 Oct 2003 03:21:51 -0000      1.152
+++ OpenConnectionManager.java  30 Oct 2003 03:27:33 -0000      1.153
@@ -1964,7 +1964,7 @@
                                rtGraphRowSpan = 3*8;
                        String rtGraphString;
                        if(id != null)
-                               rtGraphString = "<TD ROWSPAN ="+rtGraphRowSpan+"><IMG 
height = 240 width=180 
SRC='"+req.getRequestURI()+"/all?identity="+((DSAIdentity)id).getYAsHexString()+"'></IMG></TD>";
+                               rtGraphString = "<TD ROWSPAN ="+rtGraphRowSpan+"><IMG 
height = 180 width=240 
SRC='"+req.getRequestURI()+"/all?identity="+((DSAIdentity)id).getYAsHexString()+"'></IMG></TD>";
                        else
                                rtGraphString = "";     
             pw.println("<TR><TD>"+labelString+"</TD><TD>" + dataString+ "</TD>");

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to