Changeset a0bac60a5a6c56084edb75d52fb20c23a91276cd
- Timestamp:
- 10/01/07 14:38:29
(10 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1191242309 +0000
- git-parent:
[6948e2342e06d68f5236ae7b66e87caf40025b0f]
- git-author:
- Rafaël Carré <funman@videolan.org> 1191242309 +0000
- Message:
macosx interface: fix regression introduced in [21230]. patch by John Dalgliesh
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rac3ca41 |
ra0bac60 |
|
| 110 | 110 | Jörg<vlc-ml at aab.noctis dot de> - VLM seek/show media functions |
|---|
| 111 | 111 | Johen Michael Zorko <zorko at att.net> - fix for delay issues in udp sout |
|---|
| | 112 | John Dalgliesh <johnd at defyne.org> - macosx interface playlist fix |
|---|
| 112 | 113 | John Paul Lorenti <jpl31 at columbia.edu> - ALSA device selection patch |
|---|
| 113 | 114 | Jonas Larsen <jonas at vrt.dk> - Danish translation |
|---|
| r6ee1e19 |
ra0bac60 |
|
| 1047 | 1047 | playlist_item_t *p_item; |
|---|
| 1048 | 1048 | p_item = playlist_ItemGetByInput( p_playlist, p_input, VLC_TRUE ); |
|---|
| 1049 | | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, p_item ); |
|---|
| | 1049 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, NULL, p_item ); |
|---|
| 1050 | 1050 | } |
|---|
| 1051 | 1051 | else |
|---|
| … | … | |
| 1089 | 1089 | playlist_item_t *p_item; |
|---|
| 1090 | 1090 | p_item = playlist_ItemGetByInput( p_playlist, p_input, VLC_TRUE ); |
|---|
| 1091 | | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, p_item ); |
|---|
| | 1091 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, NULL, p_item ); |
|---|
| 1092 | 1092 | } |
|---|
| 1093 | 1093 | else |
|---|