Changeset 439


Ignore:
Timestamp:
02/05/09 15:53:39 (4 years ago)
Author:
tal
Message:
Not used.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • packages/defconAppKit/trunk/Lib/defconAppKit/controls/glyphCellView.py

    r435 r439  
    55from AppKit import * 
    66import vanilla 
    7 from defconAppKit.notificationObserver import NSObjectNotificationObserver 
    87from defconAppKit.tools.iconCountBadge import addCountBadgeToIcon 
    98from defconAppKit.windows.popUpWindow import InformationPopUpWindow, HUDTextBox, HUDHorizontalLine 
     
    9089        self._glyphs = [] 
    9190 
    92         self._notificationObserver = NSObjectNotificationObserver() 
    93  
    9491        self._clickRectsToIndex = {} 
    9592        self._indexToClickRects = {} 
Note: See TracChangeset for help on using the changeset viewer.