Author: kono
Date: 2011-06-30 15:40:04 -0700 (Thu, 30 Jun 2011)
New Revision: 25994
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/session/SaveSessionAsTask.java
Log:
fixes #304 Session file name problem fixed.
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/session/SaveSessionAsTask.java
===================================================================
---
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/session/SaveSessionAsTask.java
2011-06-30 21:48:16 UTC (rev 25993)
+++
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/session/SaveSessionAsTask.java
2011-06-30 22:40:04 UTC (rev 25994)
@@ -57,7 +57,6 @@
}
public void run(TaskMonitor taskMonitor) throws Exception {
- sessionMgr.setCurrentSession(sessionMgr.getCurrentSession(),
file.getName());
insertTasksAfterCurrentTask(new CySessionWriter(writerMgr,
sessionMgr.getCurrentSession(), file));
}
}
--
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.