Author: clopes
Date: 2012-08-08 13:43:05 -0700 (Wed, 08 Aug 2012)
New Revision: 30130
Modified:
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
Log:
Fixed compilation error
Modified:
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
===================================================================
---
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
2012-08-08 19:14:07 UTC (rev 30129)
+++
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
2012-08-08 20:43:05 UTC (rev 30130)
@@ -253,7 +253,7 @@
final Set<CyNetwork> networks = sess.getNetworks();
for (CyNetwork n : networks) {
- final Boolean selected =
n.getDefaultNetworkTable().getRow(n.getSUID())
+ final Boolean selected =
n.getLocalNetworkTable().getRow(n.getSUID())
.get(CyNetwork.SELECTED,
Boolean.class);
if (Boolean.TRUE.equals(selected))
--
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.