Author: scooter
Date: 2011-08-28 18:08:58 -0700 (Sun, 28 Aug 2011)
New Revision: 26645
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodeGroupViewer.java
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/actions/MetanodeCommandListener.java
Log:
Fix some metanode settings handling
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodeGroupViewer.java
===================================================================
---
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodeGroupViewer.java
2011-08-27 01:03:45 UTC (rev 26644)
+++
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/MetaNodeGroupViewer.java
2011-08-29 01:08:58 UTC (rev 26645)
@@ -292,7 +292,7 @@
*/
public boolean checkNodeCharts() {
try {
- CyCommandManager.getCommand(NODECHARTS, "clear");
+ CyCommandManager.getCommand(NODECHARTS, "list");
} catch (RuntimeException e) {
return false;
}
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/actions/MetanodeCommandListener.java
===================================================================
---
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/actions/MetanodeCommandListener.java
2011-08-27 01:03:45 UTC (rev 26644)
+++
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/actions/MetanodeCommandListener.java
2011-08-29 01:08:58 UTC (rev 26645)
@@ -110,7 +110,8 @@
groupViewer.getSettingsDialog().setVisible(true);
} else {
// Create a new settings dialog
- JDialog dialog = new
MetanodeSettingsDialog(groupViewer, node);
+ MetanodeSettingsDialog dialog = new
MetanodeSettingsDialog(groupViewer, node);
+ dialog.updateNodeChartTypes();
dialog.setVisible(true);
}
}
--
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.