Author: scooter
Date: 2010-11-03 18:25:51 -0700 (Wed, 03 Nov 2010)
New Revision: 22710

Modified:
   
cytoscape/trunk/application/src/main/java/cytoscape/groups/CyGroupManager.java
Log:
Missed one of the createGroup signatures so groups weren't getting added to the 
network list


Modified: 
cytoscape/trunk/application/src/main/java/cytoscape/groups/CyGroupManager.java
===================================================================
--- 
cytoscape/trunk/application/src/main/java/cytoscape/groups/CyGroupManager.java  
    2010-11-04 00:30:59 UTC (rev 22709)
+++ 
cytoscape/trunk/application/src/main/java/cytoscape/groups/CyGroupManager.java  
    2010-11-04 01:25:51 UTC (rev 22710)
@@ -264,6 +264,7 @@
                // Create the group itself
                CyGroup group = new CyGroupImpl(groupNode, nodeList, 
innerEdgeList, outerEdgeList, network);
                groupMap.put(group.getGroupNode(), group);
+               setGroupNetwork(group, network);
                notifyListeners(group, 
CyGroupChangeListener.ChangeType.GROUP_CREATED);
                if (viewer != null)
                        setGroupViewer(group, viewer, null, true);

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