Author: apico
Date: 2011-05-07 15:49:03 -0700 (Sat, 07 May 2011)
New Revision: 24959
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
Log:
consistent case on tunable "metanodeOpacity". Resolves RuntimeException: can't
find tunable for metaNodeOpacity
Modified:
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
===================================================================
---
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
2011-05-07 22:22:02 UTC (rev 24958)
+++
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
2011-05-07 22:49:03 UTC (rev 24959)
@@ -575,7 +575,7 @@
if (args.containsKey(USENESTEDNETWORKS))
setTunable(props, "useNestedNetworks",
args.get(USENESTEDNETWORKS).toString());
if (args.containsKey(OPACITY)) {
- setTunable(props, "metaNodeOpacity",
args.get(OPACITY).toString());
+ setTunable(props, "metanodeOpacity",
args.get(OPACITY).toString());
}
settingsDialog.updateSettings(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.