bugfix for Networkimage from Hydrox

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@986 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent e3f87f9dab
commit ada06b0674

@ -121,8 +121,6 @@ public class plasmaGrafics {
if (outerradius > innerradius * 2) outerradius = innerradius * 2;
if (yacyCore.seedDB == null) return; // no other peers known
int size = yacyCore.seedDB.sizeConnected();
if (size == 0) return; // no other peers known
networkPicture = new ImagePainter(width, height, "000010");
networkPicture.setMode(ImagePainter.MODE_ADD);

Loading…
Cancel
Save