method in Core renamed
[jSite2.git] / src / net / pterodactylus / jsite / gui / SwingInterface.java
index ef15f79..cb5d24c 100644 (file)
@@ -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.");