Changeset 147

Show
Ignore:
Timestamp:
03/01/08 08:42:17 (10 months ago)
Author:
tal
Message:
Tweak.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/defconAppKit/trunk/Lib/defconAppKit/views/glyphNameComboBox.py

    r146 r147  
    4242            uniValue = ord(text) 
    4343            match = self._font.unicodeData.glyphNameForUnicode(uniValue) 
    44             text = "" 
     44            if match is not None: 
     45                text = "" 
    4546        # fallback. find closest match 
    4647        if match is None: