Author: scooter
Date: 2010-08-17 15:19:22 -0700 (Tue, 17 Aug 2010)
New Revision: 21416
Modified:
cytoscape/trunk/application/src/main/java/cytoscape/CytoscapeInit.java
Log:
We need to call initMRUD before we exit in case we loaded our
session from the command line (rather than from the File menu).
Modified: cytoscape/trunk/application/src/main/java/cytoscape/CytoscapeInit.java
===================================================================
--- cytoscape/trunk/application/src/main/java/cytoscape/CytoscapeInit.java
2010-08-17 22:11:13 UTC (rev 21415)
+++ cytoscape/trunk/application/src/main/java/cytoscape/CytoscapeInit.java
2010-08-17 22:19:22 UTC (rev 21416)
@@ -663,6 +663,7 @@
public void propertyChange(final PropertyChangeEvent e) {
if (e.getPropertyName().equals(Cytoscape.CYTOSCAPE_EXIT)) {
final File propsFile = new
File(CytoscapeInit.getConfigVersionDirectory(),
"mostRecentlyUsedDirectory.props");
+ initMRUD();
try {
mrud.store(new FileOutputStream(propsFile), "");
}
--
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.