Changeset 5115
- Timestamp:
- 12/12/07 10:43:11 (7 months ago)
- Files:
-
- Spiral/trunk/English.lproj/Preferences.nib/keyedobjects.nib (modified) (previous)
- Spiral/trunk/SPMovieController.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Spiral/trunk/SPMovieController.m
r5107 r5115 473 473 name:NSWindowDidResizeNotification 474 474 object:[_movieView window]]; 475 476 [[[NSWorkspace sharedWorkspace] notificationCenter] 477 addObserver:self 478 selector:@selector(workspaceSessionDidResignActive:) 479 name:NSWorkspaceSessionDidResignActiveNotification]; 475 480 476 481 [_movieView setDelegate:self]; … … 495 500 if([[_overlayTextField stringValue] length] > 0) 496 501 [self _flashOverlayString:[_overlayTextField stringValue]]; 502 } 503 504 505 506 - (void)workspaceSessionDidResignActive:(NSNotification *)notification { 507 [self stop]; 497 508 } 498 509
