Changeset 518 for trunk/Cocoa/Pester


Ignore:
Timestamp:
05/25/09 02:42:20 (15 years ago)
Author:
Nicholas Riley
Message:

Restore Dock bouncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlerts.m

    r364 r518  
    9595    unsigned int length;
    9696    while ( (alert = [e nextObject]) != nil) {
    97         if ([alert isKindOfClass: [PSDockBounceAlert class]]) // XXX temporary for 1.1b5
    98             continue;
    9997        [string appendAttributedString: [NSLocalizedString(@"* ", "Unordered list label (usually a bullet followed by a space)") small]];
    10098        [string appendAttributedString: [alert actionDescription]];
Note: See TracChangeset for help on using the changeset viewer.