Changeset 92a7fbd19d9c53b9193293c09907a2bd02a71b0b

Show
Ignore:
Timestamp:
07/06/08 00:50:53 (2 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1215298253 +0200
git-parent:

[6762588097a324c9158a964c578e7d0d641704fc]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1215298229 +0200
Message:

There is no need to reload the playlist on every single cycle of the manage thread. Trust the callbacks triggering 'PlaylistChanged?' in VLCMain.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/intf.m

    ra15af1b r92a7fbd  
    13691369    { 
    13701370        p_intf->p_sys->i_play_status = END_S; 
    1371         p_intf->p_sys->b_playlist_update = true; 
    13721371        [self playStatusUpdated: p_intf->p_sys->i_play_status]; 
    13731372        [o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status];