Author: scooter
Date: 2011-06-12 20:38:15 -0700 (Sun, 12 Jun 2011)
New Revision: 25718
Modified:
cytoscape/trunk/application/src/main/java/cytoscape/dialogs/logger/LoggerDialog.java
Log:
It's probably a bad idea to reset the error dialog panel after session
loading...
Modified:
cytoscape/trunk/application/src/main/java/cytoscape/dialogs/logger/LoggerDialog.java
===================================================================
---
cytoscape/trunk/application/src/main/java/cytoscape/dialogs/logger/LoggerDialog.java
2011-06-13 03:37:26 UTC (rev 25717)
+++
cytoscape/trunk/application/src/main/java/cytoscape/dialogs/logger/LoggerDialog.java
2011-06-13 03:38:15 UTC (rev 25718)
@@ -254,7 +254,7 @@
if
(event.getPropertyName().equalsIgnoreCase(Cytoscape.SESSION_LOADED)){
// perform the same action as clearButton
try {
- this.clearButtonActionPerformed(null);
+ // this.clearButtonActionPerformed(null);
}
catch (Exception e){
}
--
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.