Changeset 1603

Show
Ignore:
Timestamp:
07/09/07 16:40:40 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- disconnect properly decision/merge node

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/adapters/connectors.py

    r1596 r1603  
    10751075        self.combine_nodes() 
    10761076 
    1077     def disconnect_subject(self): 
    1078         super(FlowForkDecisionNodeConnect, self).disconnect_subject(
     1077    def disconnect_subject(self, handle): 
     1078        super(FlowForkDecisionNodeConnect, self).disconnect_subject(handle
    10791079        if self.element.combined: 
    10801080            self.decombine_nodes()