Author: clopes
Date: 2012-06-12 14:47:16 -0700 (Tue, 12 Jun 2012)
New Revision: 29538
Modified:
core3/impl/trunk/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
Log:
The session manager now resets the application manager before a new session is
created/loaded.
Modified:
core3/impl/trunk/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
===================================================================
---
core3/impl/trunk/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
2012-06-12 21:45:25 UTC (rev 29537)
+++
core3/impl/trunk/session-impl/impl/src/main/java/org/cytoscape/session/internal/CySessionManagerImpl.java
2012-06-12 21:47:16 UTC (rev 29538)
@@ -485,7 +485,6 @@
undo.reset();
// Reset current table and rendering engine
- appMgr.setCurrentTable(null);
- appMgr.setCurrentRenderingEngine(null);
+ appMgr.reset();
}
}
--
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.