Ignore:
Timestamp:
11/05/02 03:24:08 (21 years ago)
Author:
Nicholas Riley
Message:

PSDockBounceAlert: Make it work, assuming the app doesn't get brought
forward immediately upon the alarm activation.

NJRQTMediaPopUpButton: Fixed drag and drop. Added _descriptionForDraggingInfo:
to

PSMovieAlertController: Fixed movie vertical size, looks like a bug
got enshrined in the documentation.

PSAlarmAlertController: Don't force app to front until alerts are ready.

File:
1 edited

Legend:

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

    r34 r40  
    2626{
    2727    if ( (self = [super init]) != nil) {
    28         [NSApp activateIgnoringOtherApps: YES];
    2928        [[alarm alerts] makeObjectsPerformSelector: @selector(triggerForAlarm:)
    3029                                        withObject: alarm];
     30        [NSApp activateIgnoringOtherApps: YES];
    3131    }
    3232    return self;
Note: See TracChangeset for help on using the changeset viewer.