Author: jm
Date: 2012-07-11 11:39:05 -0700 (Wed, 11 Jul 2012)
New Revision: 29835

Modified:
   
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/app/QuickFindApp.java
Log:
Fixes #1252: When a network is deleted, QuickFindApp now removes it from the 
index (instead of reindexing it)

Modified: 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/app/QuickFindApp.java
===================================================================
--- 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/app/QuickFindApp.java
    2012-07-11 18:23:39 UTC (rev 29834)
+++ 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/app/QuickFindApp.java
    2012-07-11 18:39:05 UTC (rev 29835)
@@ -325,7 +325,7 @@
 
        @Override
        public void handleEvent(NetworkAboutToBeDestroyedEvent e) {
-               handleNetworkModified(e.getNetwork());
+               quickFind.removeNetwork(e.getNetwork());
        }
 
        @Override

-- 
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.

Reply via email to