Author: mes
Date: 2009-02-18 21:56:32 -0800 (Wed, 18 Feb 2009)
New Revision: 15924
Modified:
coreplugins/trunk/QuickFind/src/csplugins/quickfind/plugin/QuickFindPlugIn.java
Log:
fixed a class cast exception
Modified:
coreplugins/trunk/QuickFind/src/csplugins/quickfind/plugin/QuickFindPlugIn.java
===================================================================
---
coreplugins/trunk/QuickFind/src/csplugins/quickfind/plugin/QuickFindPlugIn.java
2009-02-19 00:10:43 UTC (rev 15923)
+++
coreplugins/trunk/QuickFind/src/csplugins/quickfind/plugin/QuickFindPlugIn.java
2009-02-19 05:56:32 UTC (rev 15924)
@@ -208,7 +208,7 @@
CyNetworkView networkView =
Cytoscape.getNetworkView(network.getIdentifier());
if (networkView != Cytoscape.getNullNetworkView()) {
- TextIndex textIndex = (TextIndex)
quickFind.getIndex(network);
+ GenericIndex textIndex =
quickFind.getIndex(network);
if (textIndex != null) {
quickFindToolBar.setIndex(textIndex);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---