Changeset 1026


Ignore:
Timestamp:
12/01/11 15:06:15 (18 months ago)
Author:
tal
Message:
Typo.
Location:
packages/defcon/branches/ufo3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • packages/defcon/branches/ufo3/Lib/defcon/objects/glyph.py

    r1023 r1026  
    10491049            self.endSelfAnchorNotificationObservation(anchor) 
    10501050        for guideline in self.guidelines: 
    1051             self.endSelfGuidelinesNotificationObservation(guideline) 
     1051            self.endSelfGuidelineNotificationObservation(guideline) 
    10521052        self.endSelfLibNotificationObservation() 
    10531053        self.endSelfImageNotificationObservation() 
  • packages/defcon/branches/ufo3/Lib/defcon/objects/info.py

    r1022 r1026  
    24332433            return 
    24342434        for guideline in self.guidelines: 
    2435             self.endSelfGuidelinesNotificationObservation(guideline) 
     2435            self.endSelfGuidelineNotificationObservation(guideline) 
    24362436        super(Info, self).endSelfNotificationObservation() 
    24372437        self._font = None 
  • packages/defcon/branches/ufo3/tools/infoObjectGenerator.py

    r1022 r1026  
    305305            return 
    306306        for guideline in self.guidelines: 
    307             self.endSelfGuidelinesNotificationObservation(guideline) 
     307            self.endSelfGuidelineNotificationObservation(guideline) 
    308308        super(Info, self).endSelfNotificationObservation() 
    309309        self._font = None 
Note: See TracChangeset for help on using the changeset viewer.