Changeset 1035
- Timestamp:
- 12/02/11 21:55:27 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/defcon/branches/ufo3/Lib/defcon/objects/glyph.py
r1030 r1035 35 35 ============================ 36 36 Glyph.Changed 37 Glyph.NameWillChange 37 38 Glyph.NameChanged 38 39 Glyph.UnicodesChanged … … 186 187 oldName = self._name 187 188 if oldName != value: 189 self.postNotification(notification="Glyph.NameWillChange", data=dict(oldValue=oldName, newValue=value)) 188 190 self._name = value 189 191 self.postNotification(notification="Glyph.NameChanged", data=dict(oldValue=oldName, newValue=value))
Note: See TracChangeset
for help on using the changeset viewer.
