Ignore:
Timestamp:
01/02/03 05:30:03 (21 years ago)
Author:
Nicholas Riley
Message:

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

Location:
trunk/Cocoa/Pester/Source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source

    • Property svn:ignore
      •  

        old new  
        11build
         2.gdb_history
  • trunk/Cocoa/Pester/Source/PSDockBounceAlert.m

    r40 r53  
    3030    [NSApp requestUserAttention: NSInformationalRequest];
    3131    [[self class] performSelector: @selector(stopBouncing) withObject: nil afterDelay: 1 inModes: [NSArray arrayWithObject: NSDefaultRunLoopMode]];
     32    [self completedForAlarm: alarm];
    3233}
    3334
     35- (NSAttributedString *)actionDescription;
     36{
     37    return [@"Bounce dock icon" small];
     38}
     39
     40#pragma mark property list serialization (Pester 1.1)
     41
     42- (id)initWithPropertyList:(NSDictionary *)dict;
     43{
     44    [self release];
     45    return [[PSDockBounceAlert alert] retain];
     46}
     47       
    3448@end
Note: See TracChangeset for help on using the changeset viewer.