Update of /cvsroot/magicmap/magicmapclient/src/net/sf/magicmap/client/views
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22037/src/net/sf/magicmap/client/views
Modified Files:
OutlineView.java
Log Message:
removed comment
Index: OutlineView.java
===================================================================
RCS file: /cvsroot/magicmap/magicmapclient/src/net/sf/magicmap/client/views/OutlineView.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** OutlineView.java 28 Feb 2006 11:23:16 -0000 1.8
--- OutlineView.java 1 Mar 2006 21:04:17 -0000 1.9
***************
*** 268,274 ****
MapNode mapNode = (MapNode) node;
if (mapNode.getMapInfo() != null) {
! // if (!Controller.getInstance().getCurrentMap().equals(mapNode.getMapInfo())) {
! Controller.getInstance().retrieveMap(mapNode.getMapInfo().name, mapNode);
! // }
}
} else {
--- 268,272 ----
MapNode mapNode = (MapNode) node;
if (mapNode.getMapInfo() != null) {
! Controller.getInstance().retrieveMap(mapNode.getMapInfo().name, mapNode);
}
} else {
|