Changeset 2244

Show
Ignore:
Timestamp:
03/03/08 13:24:34 (2 months ago)
Author:
wrobe..@pld-linux.org
Message:

- return True on succesfull connection in RelationshipConnect? adapter

Files:

Legend:

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

    r2226 r2244  
    535535                if line.subject: 
    536536                    self.connect_connected_items() 
     537            return True 
     538 
    537539 
    538540    def disconnect(self, handle):