Author: mes
Date: 2011-01-25 15:21:02 -0800 (Tue, 25 Jan 2011)
New Revision: 23619

Modified:
   
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
Log:
tweak to avoid npes

Modified: 
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
===================================================================
--- 
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
    2011-01-25 23:08:56 UTC (rev 23618)
+++ 
core3/ding-presentation-impl/trunk/src/main/java/org/cytoscape/ding/impl/DGraphView.java
    2011-01-25 23:21:02 UTC (rev 23619)
@@ -1035,7 +1035,7 @@
                m_edgeDetails.unregisterEdge(edgeInx);
 
                // m_selectedEdges.delete(edgeInx);
-               returnThis.m_view = null;
+               //returnThis.m_view = null;
 
                return returnThis;
        }

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to