[Javanetsim-cvs] javaNetSim/guiUI MainScreen.java,1.96,1.97
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2008-10-21 20:28:27
|
Update of /cvsroot/javanetsim/javaNetSim/guiUI In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26077/guiUI Modified Files: MainScreen.java Log Message: Index: MainScreen.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/MainScreen.java,v retrieving revision 1.96 retrieving revision 1.97 diff -C2 -d -r1.96 -r1.97 *** MainScreen.java 21 Oct 2008 11:50:24 -0000 1.96 --- MainScreen.java 21 Oct 2008 20:28:19 -0000 1.97 *************** *** 897,901 **** strFirstNodeInter = Sim.getNode(inNode1).getAvailableInterfaces(); ! strSecondNodeInter = Sim.getNode(inNode1).getAvailableInterfaces(); if (strFirstNodeInter.length == 0 || strSecondNodeInter.length == 0) { --- 897,901 ---- strFirstNodeInter = Sim.getNode(inNode1).getAvailableInterfaces(); ! strSecondNodeInter = Sim.getNode(inNode2).getAvailableInterfaces(); if (strFirstNodeInter.length == 0 || strSecondNodeInter.length == 0) { |