Changeset 597 for trunk/Cocoa/Pester/Source/PSAlarmAlertController.m
- Timestamp:
- 12/21/09 22:12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarmAlertController.m
r113 r597 30 30 [alarm setTimer]; // if snooze not set and not repeating, alarm will die 31 31 if (frontmostApp.highLongOfPSN != 0 || frontmostApp.lowLongOfPSN != 0) { 32 SetFrontProcess (&frontmostApp);32 SetFrontProcessWithOptions(&frontmostApp, kSetFrontProcessFrontWindowOnly); 33 33 if (appWasHidden) 34 34 [NSApp hide: self];
Note:
See TracChangeset
for help on using the changeset viewer.