Author: mes
Date: 2011-09-16 16:20:11 -0700 (Fri, 16 Sep 2011)
New Revision: 26849

Modified:
   
core3/impl/branches/no-spring/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
Log:
now properly listening for GUITunableHandlerFactories

Modified: 
core3/impl/branches/no-spring/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
===================================================================
--- 
core3/impl/branches/no-spring/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
       2011-09-16 23:11:35 UTC (rev 26848)
+++ 
core3/impl/branches/no-spring/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/CyActivator.java
       2011-09-16 23:20:11 UTC (rev 26849)
@@ -92,7 +92,7 @@
                
registerServiceListener(bc,supportedFileTypesManager,"addInputStreamTaskFactory","removeInputStreamTaskFactory",InputStreamTaskFactory.class);
                
registerServiceListener(bc,supportedFileTypesManager,"addCyWriterTaskFactory","removeCyWriterTaskFactory",CyWriterFactory.class);
                
registerServiceListener(bc,swingTaskManager,"addTunableInterceptor","removeTunableInterceptor",TunableInterceptor.class);
-               
registerServiceListener(bc,guiTunableInterceptor,"addTunableHandlerFactory","removeTunableHandlerFactory",TunableHandlerFactory.class);
+               
registerServiceListener(bc,guiTunableInterceptor,"addTunableHandlerFactory","removeTunableHandlerFactory",GUITunableHandlerFactory.class,
 TunableHandlerFactory.class);
 
 
        }

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