Changeset 3868

Show
Ignore:
Timestamp:
03/04/06 16:23:53 (3 years ago)
Author:
morris
Message:

Clear dock icon badge on quit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCApplicationController.m

    r3700 r3868  
    223223 
    224224 
     225- (void)applicationWillTerminate:(NSNotification *)notification { 
     226        _unread = 0; 
     227 
     228        [self _updateApplicationIcon]; 
     229} 
     230 
     231 
     232 
    225233- (void)preferencesDidChange:(NSNotification *)notification { 
    226234        [self _update];