Changeset 6cc9595de6e94e5f56242a7b605fc30fa3369081
- 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
| rdfef0e4 |
r6cc9595 |
|
| 962 | 962 | if( b_play ) |
|---|
| 963 | 963 | { |
|---|
| 964 | | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, |
|---|
| | 964 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false, |
|---|
| 965 | 965 | p_playlist->status.p_item, NULL ); |
|---|
| 966 | 966 | } |
|---|
| r00b9584 |
r6cc9595 |
|
| 511 | 511 | #endif |
|---|
| 512 | 512 | (void) browser_Open( psz_url ); |
|---|
| 513 | | playlist_Control( p_playlist, PLAYLIST_PAUSE, true, 0 ); |
|---|
| | 513 | playlist_Control( p_playlist, PLAYLIST_PAUSE, false, 0 ); |
|---|
| 514 | 514 | } |
|---|
| 515 | 515 | |
|---|
| r4239976 |
r6cc9595 |
|
| 1418 | 1418 | while( p_parent->p_parent ) |
|---|
| 1419 | 1419 | p_parent = p_parent->p_parent; |
|---|
| 1420 | | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, |
|---|
| | 1420 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false, |
|---|
| 1421 | 1421 | p_parent, p_item ); |
|---|
| 1422 | 1422 | } |
|---|