Changeset 6cc9595de6e94e5f56242a7b605fc30fa3369081

Show
Ignore:
Timestamp:
17/07/08 18:39:47 (5 months ago)
Author:
Rémi Duraffort <ivoire@videolan.org>
git-committer:
Rémi Duraffort <ivoire@videolan.org> 1216312787 +0200
git-parent:

[15aaa8cbccef8a95dfc7b3bff937c70b4c459c34]

git-author:
Rémi Duraffort <ivoire@videolan.org> 1216310313 +0200
Message:

The playlist is not lock at this stage so let it lock itself.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/cdda/info.c

    rdfef0e4 r6cc9595  
    962962    if( b_play ) 
    963963    { 
    964         playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, 
     964        playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false, 
    965965                          p_playlist->status.p_item, NULL ); 
    966966    } 
  • modules/codec/cmml/intf.c

    r00b9584 r6cc9595  
    511511#endif 
    512512            (void) browser_Open( psz_url ); 
    513             playlist_Control( p_playlist, PLAYLIST_PAUSE, true, 0 ); 
     513            playlist_Control( p_playlist, PLAYLIST_PAUSE, false, 0 ); 
    514514        } 
    515515 
  • modules/control/rc.c

    r4239976 r6cc9595  
    14181418            while( p_parent->p_parent ) 
    14191419                p_parent = p_parent->p_parent; 
    1420             playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, 
     1420            playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false, 
    14211421                    p_parent, p_item ); 
    14221422        }