Changeset 1b281d5b447b67b3d6493efe8d0d8136b0db400b
- Timestamp:
- 15/07/08 20:22:42
(4 months ago)
- Author:
- Rémi Duraffort <ivoire@videolan.org>
- git-committer:
- Rémi Duraffort <ivoire@videolan.org> 1216146162 +0200
- git-parent:
[b2fcbc3a4a8f49b258b6f10cdf21da7723ac4981]
- git-author:
- Rémi Duraffort <ivoire@videolan.org> 1216146162 +0200
- Message:
Ask the playlist to lock itself as it isn't done before.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1750723 |
r1b281d5 |
|
| 712 | 712 | p_parent = p_parent->p_parent; |
|---|
| 713 | 713 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, |
|---|
| 714 | | true, p_parent, p_item ); |
|---|
| | 714 | false, p_parent, p_item ); |
|---|
| 715 | 715 | } |
|---|
| 716 | 716 | else if( p_sys->pp_plist[p_sys->i_box_plidx]->p_item->i_children |
|---|
| … | … | |
| 723 | 723 | { |
|---|
| 724 | 724 | p_sys->p_node = p_sys->pp_plist[p_sys->i_box_plidx]->p_item; |
|---|
| 725 | | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, |
|---|
| | 725 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false, |
|---|
| 726 | 726 | p_sys->pp_plist[p_sys->i_box_plidx]->p_item, NULL ); |
|---|
| 727 | 727 | } |
|---|