Show
Ignore:
Timestamp:
04/07/08 23:23:36 (8 months ago)
Author:
arj..@yirdis.nl
Message:

make Association work properly. Fixes #120

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/diagram/classes/association.py

    r2293 r2294  
    5252        self.add_watch(UML.Property.aggregation, self.on_association_end_value) 
    5353        self.add_watch(UML.Property.owningAssociation, self.on_association_end_value) 
    54         self.add_watch(UML.Property.class_, self.on_association_end_value) 
    55         self.add_watch(UML.Property.interface_, self.on_association_end_value) 
     54        self.add_watch(UML.Property.classifier, self.on_association_end_value) 
    5655        self.add_watch(UML.Property.visibility, self.on_association_end_value) 
    5756        #self.add_watch(UML.Property.name, self.on_association_end_value)