Changeset c02dda13ae39a2d3453f83e9667ae6344440722a
- Timestamp:
- 01/05/08 16:36:33
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1199547393 +0000
- git-parent:
[8f5ef745e532c20f67bcd1cecdc12fc830c0d946]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1199547393 +0000
- Message:
MacOSX/VLC_app/VLCMainWindow.m: Bind the window title to the mediaPlayer's description.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd34e543 |
rc02dda1 |
|
| 223 | 223 | [mediaReadingProgressText bind:@"value" toObject:mediaPlayer withKeyPath:@"time.stringValue" options: nil]; |
|---|
| 224 | 224 | [mediaDescriptionText bind:@"value" toObject:mediaPlayer withKeyPath:@"description" options: nil]; |
|---|
| | 225 | [self bind:@"title" toObject:mediaPlayer withKeyPath:@"description" options: nil]; |
|---|
| 225 | 226 | |
|---|
| 226 | 227 | [navigatorViewToggleButton bind:@"value" toObject:self withKeyPath:@"navigatorViewVisible" options: nil]; |
|---|