Changeset 5525 for Spiral/trunk
- Timestamp:
- 05/12/08 19:07:16 (7 months ago)
- Files:
-
- Spiral/trunk/SPMovieController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Spiral/trunk/SPMovieController.m
r5522 r5525 742 742 743 743 if([[_overlayLoadingStatusTextField stringValue] length] > 0) 744 [self _ flashOverlayString:[_overlayLoadingStatusTextField stringValue] textField:_overlayLoadingStatusTextField];744 [self _setOverlayString:[_overlayLoadingStatusTextField stringValue] textField:_overlayLoadingStatusTextField]; 745 745 746 746 if([[_overlayStatusTextField stringValue] length] > 0) 747 [self _ flashOverlayString:[_overlayStatusTextField stringValue] textField:_overlayStatusTextField];747 [self _setOverlayString:[_overlayStatusTextField stringValue] textField:_overlayStatusTextField]; 748 748 749 749 if([[_overlayTimeTextField stringValue] length] > 0) 750 [self _ flashOverlayString:[_overlayTimeTextField stringValue] textField:_overlayTimeTextField];750 [self _setOverlayString:[_overlayTimeTextField stringValue] textField:_overlayTimeTextField]; 751 751 752 752 [self _adjustOverlayTextFields];
