Author: jm
Date: 2012-06-07 07:37:59 -0700 (Thu, 07 Jun 2012)
New Revision: 29495

Modified:
   
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/CyActivator.java
Log:
Fixes #1081: CySwingAppAdapter now being explicitly registered.

Modified: 
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/CyActivator.java
===================================================================
--- 
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/CyActivator.java
 2012-06-07 14:25:05 UTC (rev 29494)
+++ 
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/CyActivator.java
 2012-06-07 14:37:59 UTC (rev 29495)
@@ -343,6 +343,7 @@
                  );
                
                registerService(bc,cyAppAdapter,CyAppAdapter.class, new 
Properties());
+               registerService(bc,cyAppAdapter,CySwingAppAdapter.class, new 
Properties());
                
                WebQuerier webQuerier = new WebQuerier(streamUtilServiceRef);
                registerService(bc, webQuerier, WebQuerier.class, new 
Properties());

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