Changeset 53 for trunk/Cocoa/Pester/Source/PSDockBounceAlert.m
- Timestamp:
- 01/02/03 05:30:03 (22 years ago)
- Location:
- trunk/Cocoa/Pester/Source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source
- Property svn:ignore
-
old new 1 1 build 2 .gdb_history
-
- Property svn:ignore
-
trunk/Cocoa/Pester/Source/PSDockBounceAlert.m
r40 r53 30 30 [NSApp requestUserAttention: NSInformationalRequest]; 31 31 [[self class] performSelector: @selector(stopBouncing) withObject: nil afterDelay: 1 inModes: [NSArray arrayWithObject: NSDefaultRunLoopMode]]; 32 [self completedForAlarm: alarm]; 32 33 } 33 34 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 34 48 @end
Note:
See TracChangeset
for help on using the changeset viewer.