Ignore:
Timestamp:
06/15/09 23:02:41 (15 years ago)
Author:
Nicholas Riley
Message:

Don't keep QTMovies around (and corresponding files open) for pending alarms; we could run out of file handles this way.

File:
1 edited

Legend:

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

    r543 r544  
    1515static NSString * const PLAlertOutputVolume = @"volume"; // NSNumber
    1616
    17 static const float PSMediaAlertNoVolume = 0;
     17const float PSMediaAlertNoVolume = 0;
    1818
    1919@implementation PSMediaAlert
Note: See TracChangeset for help on using the changeset viewer.