Show
Ignore:
Timestamp:
11/05/09 17:56:15 (3 years ago)
Author:
gbooker
Message:

A lot of Take 3 compatibility. Layouts still need a lot of work though.
Refs #323

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/Players/SapphireVideoPlayerController.m

    r924 r939  
    269269- (void)willBePopped 
    270270{ 
     271        [self teardownPlayback]; 
    271272        [super willBePopped]; 
     273} 
     274 
     275- (void)wasPopped 
     276{ 
    272277        [self teardownPlayback]; 
    273 } 
    274  
    275 - (void)wasPopped 
    276 { 
    277278        [super wasPopped]; 
    278         [self teardownPlayback]; 
    279279} 
    280280