Changeset c02dda13ae39a2d3453f83e9667ae6344440722a

Show
Ignore:
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
  • extras/MacOSX/VLC_app/Sources/VLCMainWindow.m

    rd34e543 rc02dda1  
    223223    [mediaReadingProgressText bind:@"value" toObject:mediaPlayer withKeyPath:@"time.stringValue" options: nil]; 
    224224    [mediaDescriptionText bind:@"value" toObject:mediaPlayer withKeyPath:@"description" options: nil]; 
     225    [self bind:@"title" toObject:mediaPlayer withKeyPath:@"description" options: nil]; 
    225226 
    226227    [navigatorViewToggleButton bind:@"value" toObject:self withKeyPath:@"navigatorViewVisible" options: nil];