From 610855e362bf20e5d3fcf00839a56ea09a554862 Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 3 Aug 2010 02:43:15 +0000 Subject: [PATCH] do not use network graph cache if called from authorized account git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7016 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/yacy/graphics/NetworkGraph.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/de/anomic/yacy/graphics/NetworkGraph.java b/source/de/anomic/yacy/graphics/NetworkGraph.java index 6515a424e..4e164119d 100644 --- a/source/de/anomic/yacy/graphics/NetworkGraph.java +++ b/source/de/anomic/yacy/graphics/NetworkGraph.java @@ -426,10 +426,10 @@ public class NetworkGraph { if (!bordercolor.equals("")) { bannerPicture.setColor(bordercolor); - bannerPicture.line(0,0,0,height-1); - bannerPicture.line(0,0,width-1,0); - bannerPicture.line(width-1,0,width-1,height-1); - bannerPicture.line(0,height-1,width-1,height-1); + bannerPicture.line(0, 0, 0, height-1, 100); + bannerPicture.line(0, 0, width-1, 0, 100); + bannerPicture.line(width-1, 0, width-1, height-1, 100); + bannerPicture.line(0, height-1, width-1, height-1, 100); } // set timestamp