From: David ‘Bombe’ Roden Date: Sat, 5 Apr 2008 16:08:58 +0000 (+0000) Subject: method in Core renamed X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d1caba447262a4b183242ce0ffc3c95a51cd7277;p=jSite2.git method in Core renamed git-svn-id: http://trooper/svn/projects/jSite/trunk@603 c3eda9e8-030b-0410-8277-bc7414b0a119 --- diff --git a/src/net/pterodactylus/jsite/gui/SwingInterface.java b/src/net/pterodactylus/jsite/gui/SwingInterface.java index ef15f79..cb5d24c 100644 --- a/src/net/pterodactylus/jsite/gui/SwingInterface.java +++ b/src/net/pterodactylus/jsite/gui/SwingInterface.java @@ -173,7 +173,6 @@ public class SwingInterface implements CoreListener { * Connects to the node. */ private void nodeConnect() { - core.connectToNode(null); // FIXME } /** @@ -190,7 +189,7 @@ public class SwingInterface implements CoreListener { * {@inheritDoc} */ public void coreLoaded() { - this.nodeList = core.getNodeList(); + this.nodeList = core.getNodes(); manageNodesDialog.setNodeList(nodeList); mainWindow.setVisible(true); mainWindow.setStatusBarText("Core loaded.");