Author: pwang
Date: 2012-09-04 15:00:21 -0700 (Tue, 04 Sep 2012)
New Revision: 30313

Modified:
   
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
Log:
SetModal true for ImportDialog

Modified: 
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
===================================================================
--- 
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
   2012-09-04 21:12:17 UTC (rev 30312)
+++ 
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
   2012-09-04 22:00:21 UTC (rev 30313)
@@ -40,6 +40,8 @@
                WebServiceImportDialog<TableImportWebServiceClient> 
unifiedTableImportDialog = new 
WebServiceImportDialog<TableImportWebServiceClient>(
                                TableImportWebServiceClient.class, "Import Data 
Table from Web Service", taskManagerServiceRef, openBrowser);
 
+               unifiedTableImportDialog.setModal(true);
+               
                WebServiceGUIImpl webServiceGui = new WebServiceGUIImpl();
                webServiceGui.addClient(NetworkImportWebServiceClient.class, 
unifiedNetworkImportDialog);
                webServiceGui.addClient(TableImportWebServiceClient.class, 
unifiedTableImportDialog);

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