Author: jm
Date: 2011-03-29 12:54:37 -0700 (Tue, 29 Mar 2011)
New Revision: 24614

Modified:
   
core3/webservice-impl/trunk/src/main/java/org/cytoscape/webservice/internal/ui/UnifiedNetworkImportDialog.java
Log:
Added support for unregistering webservice UIs

Modified: 
core3/webservice-impl/trunk/src/main/java/org/cytoscape/webservice/internal/ui/UnifiedNetworkImportDialog.java
===================================================================
--- 
core3/webservice-impl/trunk/src/main/java/org/cytoscape/webservice/internal/ui/UnifiedNetworkImportDialog.java
      2011-03-29 19:39:18 UTC (rev 24613)
+++ 
core3/webservice-impl/trunk/src/main/java/org/cytoscape/webservice/internal/ui/UnifiedNetworkImportDialog.java
      2011-03-29 19:54:37 UTC (rev 24614)
@@ -150,6 +150,7 @@
                
                datasourceComboBox.removeItem(client);
                this.clients.remove(client);
+               serviceUIPanels.remove(client);
                numClients--;
                
                if(numClients == 0) {

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