Author: scooter
Date: 2012-03-11 11:41:08 -0700 (Sun, 11 Mar 2012)
New Revision: 28487

Modified:
   
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/group/GroupNodesTask.java
Log:
Change signature of createGroup


Modified: 
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/group/GroupNodesTask.java
===================================================================
--- 
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/group/GroupNodesTask.java
 2012-03-11 18:39:26 UTC (rev 28486)
+++ 
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/group/GroupNodesTask.java
 2012-03-11 18:41:08 UTC (rev 28487)
@@ -65,7 +65,8 @@
 
                // At some point, we'll want to seriously think about only 
adding those edges that are also
                // selected, but for now....
-               CyGroup group = factory.createGroup(net, selNodes, null);
+               CyGroup group = factory.createGroup(net, selNodes, null, true);
+               // mgr.addGroup(group);
                tm.setProgress(1.0d);
        }
 }

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